WaitStatistic interface
Represents a Wait Statistic.
- Extends
Properties
count | Wait event count observed in this time interval. |
database |
Database Name. |
end |
Observation end time. |
event |
Wait event name. |
event |
Wait event type name. |
query |
Database query identifier. |
start |
Observation start time. |
total |
Total time of wait in milliseconds in this time interval. |
user |
Database user identifier. |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
count
Wait event count observed in this time interval.
count?: number
Property Value
number
databaseName
Database Name.
databaseName?: string
Property Value
string
endTime
Observation end time.
endTime?: Date
Property Value
Date
eventName
Wait event name.
eventName?: string
Property Value
string
eventTypeName
Wait event type name.
eventTypeName?: string
Property Value
string
queryId
Database query identifier.
queryId?: number
Property Value
number
startTime
Observation start time.
startTime?: Date
Property Value
Date
totalTimeInMs
Total time of wait in milliseconds in this time interval.
totalTimeInMs?: number
Property Value
number
userId
Database user identifier.
userId?: number
Property Value
number
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type