Base type: System.Entity
Summary: Collected deadlock information
| Name | Type | Notes |
|---|---|---|
| DatabaseId | System.Int32 | ID of a monitored instance. References to Orion.DPA.DatabaseInstance.Id |
| GlobalDatabaseId | System.Int32 | Unique ID of database instance in Orion |
| DeadlockId | System.Int32 | ID of Deadlock |
| EventDate | System.DateTime | Time when the deadlock ocurred |
| VictimImpact | System.Int32 | Time impact on queries |
| SessionCount | System.Int32 | Number of sessions involved in the deadlock |
| Program | System.String | Name of the program that sent the query |
| Machine | System.String | ID of Deadlock |
| User | System.String | User under which the query was executed |
| Database | System.String | Name of the database affected by the deadlock |
| Object | System.String | Name of the deadlocked object (database table for example) |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |