共用方式為


QueryStatistic interface

表示查詢統計數據。

Extends

屬性

aggregationFunction

聚合函數名稱。

databaseNames

資料庫名稱的清單。

endTime

觀察結束時間。

metricDisplayName

計量顯示名稱。

metricName

計量名稱。

metricValue

計量值。

metricValueUnit

計量值單位。

queryExecutionCount

此時間間隔中的查詢執行數目。

queryId

資料庫查詢標識碼。

startTime

觀察開始時間。

繼承的屬性

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

aggregationFunction

聚合函數名稱。

aggregationFunction?: string

屬性值

string

databaseNames

資料庫名稱的清單。

databaseNames?: string[]

屬性值

string[]

endTime

觀察結束時間。

endTime?: Date

屬性值

Date

metricDisplayName

計量顯示名稱。

metricDisplayName?: string

屬性值

string

metricName

計量名稱。

metricName?: string

屬性值

string

metricValue

計量值。

metricValue?: number

屬性值

number

metricValueUnit

計量值單位。

metricValueUnit?: string

屬性值

string

queryExecutionCount

此時間間隔中的查詢執行數目。

queryExecutionCount?: number

屬性值

number

queryId

資料庫查詢標識碼。

queryId?: string

屬性值

string

startTime

觀察開始時間。

startTime?: Date

屬性值

Date

繼承的屬性詳細資料

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自ProxyResource.id

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自ProxyResource.name

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自ProxyResource.type