QueryStatistic Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a Query Statistic.
[Microsoft.Rest.Serialization.JsonTransformation]
public class QueryStatistic : Microsoft.Azure.Management.MySQL.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type QueryStatistic = class
inherit ProxyResource
Public Class QueryStatistic
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
QueryStatistic() |
Initializes a new instance of the QueryStatistic class. |
QueryStatistic(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<String>, Nullable<Int64>, String, String, Nullable<Double>, String) |
Initializes a new instance of the QueryStatistic class. |
Properties
AggregationFunction |
Gets or sets aggregation function name. |
DatabaseNames |
Gets or sets the list of database names. |
EndTime |
Gets or sets observation end time. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
MetricDisplayName |
Gets or sets metric display name. |
MetricName |
Gets or sets metric name. |
MetricValue |
Gets or sets metric value. |
MetricValueUnit |
Gets or sets metric value unit. |
Name |
Gets the name of the resource (Inherited from Resource) |
QueryExecutionCount |
Gets or sets number of query executions in this time interval. |
QueryId |
Gets or sets database query identifier. |
StartTime |
Gets or sets observation start time. |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Applies to
Azure SDK for .NET