QueryStatistic interface
Represents a Query Statistic.
- Extends
Properties
aggregation |
Aggregation function name. |
database |
The list of database names. |
end |
Observation end time. |
metric |
Metric display name. |
metric |
Metric name. |
metric |
Metric value. |
metric |
Metric value unit. |
query |
Number of query executions in this time interval. |
query |
Database query identifier. |
start |
Observation start time. |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
aggregationFunction
Aggregation function name.
aggregationFunction?: string
Property Value
string
databaseNames
The list of database names.
databaseNames?: string[]
Property Value
string[]
endTime
Observation end time.
endTime?: Date
Property Value
Date
metricDisplayName
Metric display name.
metricDisplayName?: string
Property Value
string
metricName
Metric name.
metricName?: string
Property Value
string
metricValue
Metric value.
metricValue?: number
Property Value
number
metricValueUnit
Metric value unit.
metricValueUnit?: string
Property Value
string
queryExecutionCount
Number of query executions in this time interval.
queryExecutionCount?: number
Property Value
number
queryId
Database query identifier.
queryId?: string
Property Value
string
startTime
Observation start time.
startTime?: Date
Property Value
Date
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type