你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WaitStatistic 类

定义

表示等待统计信息。

[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
继承
WaitStatistic
属性

构造函数

WaitStatistic()

初始化 WaitStatistic 类的新实例。

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

初始化 WaitStatistic 类的新实例。

属性

Count

获取或设置在此时间间隔内观察到的等待事件计数。

DatabaseName

获取或设置数据库名称。

EndTime

获取或设置观察结束时间。

EventName

获取或设置等待事件名称。

EventTypeName

获取或设置等待事件类型名称。

Id

获取资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(继承自 Resource)
Name

获取资源的名称

(继承自 Resource)
QueryId

获取或设置数据库查询标识符。

StartTime

获取或设置观察开始时间。

TotalTimeInMs

获取或设置此时间间隔内等待的总时间(以毫秒为单位)。

Type

获取资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

(继承自 Resource)
UserId

获取或设置数据库用户标识符。

适用于