Base type: System.StatisticsEntity
Summary: This entity presents SQL database status.
| Name | Type | Notes |
|---|---|---|
| DatabaseID | System.Int32 | The unique integer representation of SQL database. |
| TimeStamp | System.DateTime | The date of poll for database. |
| Status | System.Int32 | The status of an database. |
| OperationalState | System.Byte | The integer value that contains the database operational state (Online, Restoring, Recovering,Recovery pending, Suspect, Emergency, Offline and Copying). |
| ObservationTimestamp | System.DateTime | |
| ObservationFrequency | System.DateTime | |
| Weight | System.Double | Default='1.0'. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| Database | Orion.APM.SqlDatabase | Defined by relationship Orion.APM.SqlDatabaseHostsStatus (System.Hosting) |