WaitStatisticsResponse

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

Wait statistics gathered during query batch execution

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val waitCount: Double? = null

Total no. of waits

Link copied to clipboard
val waitTimeMs: Double? = null

Total wait time in millisecond(s)

Link copied to clipboard
val waitType: String? = null

Type of the Wait