WaitStatistic Class

Definition

Represents a Wait Statistic.

[Microsoft.Rest.Serialization.JsonTransformation]
public class WaitStatistic : Microsoft.Azure.Management.MySQL.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WaitStatistic = class
    inherit ProxyResource
Public Class WaitStatistic
Inherits ProxyResource
Inheritance
WaitStatistic
Attributes

Constructors

WaitStatistic()

Initializes a new instance of the WaitStatistic class.

WaitStatistic(String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<Int64>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Double>)

Initializes a new instance of the WaitStatistic class.

Properties

Count

Gets or sets wait event count observed in this time interval.

DatabaseName

Gets or sets database Name.

EndTime

Gets or sets observation end time.

EventName

Gets or sets wait event name.

EventTypeName

Gets or sets wait event type name.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
QueryId

Gets or sets database query identifier.

StartTime

Gets or sets observation start time.

TotalTimeInMs

Gets or sets total time of wait in milliseconds in this time interval.

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)
UserId

Gets or sets database user identifier.

Applies to