WaitStatisticsResponse

data class WaitStatisticsResponse(val waitCount: Double, val waitTimeMs: Double, val waitType: String)

Wait statistics gathered during query batch execution

Constructors

Link copied to clipboard
constructor(waitCount: Double, waitTimeMs: Double, waitType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Total no. of waits

Link copied to clipboard

Total wait time in millisecond(s)

Link copied to clipboard

Type of the Wait