Interface WaitStatistic
public interface WaitStatistic
An immutable client-side representation of WaitStatistic.
-
Method Summary
Modifier and TypeMethodDescriptioncount()
Gets the count property: Wait event count observed in this time interval.Gets the databaseName property: Database Name.endTime()
Gets the endTime property: Observation end time.Gets the eventName property: Wait event name.Gets the eventTypeName property: Wait event type name.id()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.mariadb.fluent.models.WaitStatisticInner object.name()
Gets the name property: The name of the resource.queryId()
Gets the queryId property: Database query identifier.Gets the startTime property: Observation start time.Gets the totalTimeInMs property: Total time of wait in milliseconds in this time interval.type()
Gets the type property: The type of the resource.userId()
Gets the userId property: Database user identifier.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
startTime
OffsetDateTime startTime()Gets the startTime property: Observation start time.- Returns:
- the startTime value.
-
endTime
OffsetDateTime endTime()Gets the endTime property: Observation end time.- Returns:
- the endTime value.
-
eventName
String eventName()Gets the eventName property: Wait event name.- Returns:
- the eventName value.
-
eventTypeName
String eventTypeName()Gets the eventTypeName property: Wait event type name.- Returns:
- the eventTypeName value.
-
queryId
Long queryId()Gets the queryId property: Database query identifier.- Returns:
- the queryId value.
-
databaseName
String databaseName()Gets the databaseName property: Database Name.- Returns:
- the databaseName value.
-
userId
Long userId()Gets the userId property: Database user identifier.- Returns:
- the userId value.
-
count
Long count()Gets the count property: Wait event count observed in this time interval.- Returns:
- the count value.
-
totalTimeInMs
Double totalTimeInMs()Gets the totalTimeInMs property: Total time of wait in milliseconds in this time interval.- Returns:
- the totalTimeInMs value.
-
innerModel
WaitStatisticInner innerModel()Gets the inner com.azure.resourcemanager.mariadb.fluent.models.WaitStatisticInner object.- Returns:
- the inner object.
-