Uses of Class
com.azure.resourcemanager.mariadb.fluent.models.WaitStatisticProperties
Package
Description
Package containing the inner data models for MariaDBManagementClient.
-
Uses of WaitStatisticProperties in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionSet the count property: Wait event count observed in this time interval.WaitStatisticProperties.withDatabaseName
(String databaseName) Set the databaseName property: Database Name.WaitStatisticProperties.withEndTime
(OffsetDateTime endTime) Set the endTime property: Observation end time.WaitStatisticProperties.withEventName
(String eventName) Set the eventName property: Wait event name.WaitStatisticProperties.withEventTypeName
(String eventTypeName) Set the eventTypeName property: Wait event type name.WaitStatisticProperties.withQueryId
(Long queryId) Set the queryId property: Database query identifier.WaitStatisticProperties.withStartTime
(OffsetDateTime startTime) Set the startTime property: Observation start time.WaitStatisticProperties.withTotalTimeInMs
(Double totalTimeInMs) Set the totalTimeInMs property: Total time of wait in milliseconds in this time interval.WaitStatisticProperties.withUserId
(Long userId) Set the userId property: Database user identifier.