Base type: System.ExtensionEntity
Summary: Blocking/Blocked time data
| Name | Type | Notes |
|---|---|---|
| DatabaseId | System.Int32 | Reference to Orion.DPA.DatabaseInstance.Id. |
| GlobalDatabaseId | System.Int32 | Unique ID of database instance in Orion |
| BlockingSessions | System.Int32 | Number of blocking sessions within the time slice |
| BlockedSessions | System.Int32 | Number of blocked sessions within the time slice. |
| TotalTimeBlocking | System.Double | Total blocking time - real time blocking within the time slice. |
| TotalTimeBlocked | System.Double | Total time blocked within the time slice. |
| TimesliceUnit | System.Int32 | Specifies how time-frame should be split to time slices. |
| Time | System.DateTime | Beginning and end of the interval for which we want to know the proeprty values (operators <, <=, > and >= can be used in WHERE clauses on this field). End defaults to now. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |