TopQueryStatisticsInput 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.
Input to get top query statistics
[Microsoft.Rest.Serialization.JsonTransformation]
public class TopQueryStatisticsInput
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TopQueryStatisticsInput = class
Public Class TopQueryStatisticsInput
- Inheritance
-
TopQueryStatisticsInput
- Attributes
Constructors
TopQueryStatisticsInput() |
Initializes a new instance of the TopQueryStatisticsInput class. |
TopQueryStatisticsInput(Int32, String, String, DateTime, DateTime, String) |
Initializes a new instance of the TopQueryStatisticsInput class. |
Properties
AggregationFunction |
Gets or sets aggregation function name. |
AggregationWindow |
Gets or sets aggregation interval type in ISO 8601 format. |
NumberOfTopQueries |
Gets or sets max number of top queries to return. |
ObservationEndTime |
Gets or sets observation end time. |
ObservationStartTime |
Gets or sets observation start time. |
ObservedMetric |
Gets or sets observed metric name. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET