Base type: System.StatisticsEntity
Summary: This entity presents the database file statistics.
| Name | Type | Notes |
|---|---|---|
| TimeStamp | System.DateTime | The date of poll for database file data. |
| DatabaseFileID | System.Int32 | The unique integer representation of database file. |
| Status | System.Int32 | The integer value that contains database file status. |
| Size | System.Int64 | The long value that contains the database file size. |
| AvailableSpace | System.Int64 | The long value that specifies the database file available space. |
| AvailableWhiteSpace | System.Int64 | The long value that specifies the database file available white space. |
| 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'. |
| DatabaseFile | Orion.APM.Exchange.DatabaseFile | Defined by relationship Orion.APM.Exchange.DatabaseFileHostsDatabaseFileStatistics (System.Hosting) |