WaitStatistics interface
Wait statistics gathered during query batch execution
Properties
wait |
Total no. of waits |
wait |
Total wait time in millisecond(s) |
wait |
Type of the Wait |
Property Details
waitCount
Total no. of waits
waitCount?: number
Property Value
number
waitTimeMs
Total wait time in millisecond(s)
waitTimeMs?: number
Property Value
number
waitType
Type of the Wait
waitType?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript