Base type: System.StatisticsEntity
Summary: This entity presents the database copy statistics.
| Name | Type | Notes |
|---|---|---|
| TimeStamp | System.DateTime | The date of poll for database copy. |
| DatabaseCopyID | System.Int32 | The unique integer representation of database copy. |
| Status | System.Int32 | The integer value that contains database copy status. |
| CopyState | System.Int32 | The integer value that contains database copy state. |
| CopyQueueLength | System.Int64 | Indicates the number of log files waiting to be copied and inspected. |
| ReplayQueueLength | System.Int64 | Indicates the number of log files waiting to be replayed into this copy of the database. |
| ContentIndexState | System.String | The string value that contains the content index state. |
| IsActive | System.Boolean | The boolean value that specifies if database copy is active. |
| 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'. |
| DatabaseCopy | Orion.APM.Exchange.DatabaseCopy | Defined by relationship Orion.APM.Exchange.DatabaseCopyHostsDatabaseCopyStatistics (System.Hosting) |