TopQueryStatisticsInput Constructors
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.
Overloads
TopQueryStatisticsInput() |
Initializes a new instance of the TopQueryStatisticsInput class. |
TopQueryStatisticsInput(Int32, String, String, DateTime, DateTime, String) |
Initializes a new instance of the TopQueryStatisticsInput class. |
TopQueryStatisticsInput()
Initializes a new instance of the TopQueryStatisticsInput class.
public TopQueryStatisticsInput ();
Public Sub New ()
Applies to
TopQueryStatisticsInput(Int32, String, String, DateTime, DateTime, String)
Initializes a new instance of the TopQueryStatisticsInput class.
public TopQueryStatisticsInput (int numberOfTopQueries, string aggregationFunction, string observedMetric, DateTime observationStartTime, DateTime observationEndTime, string aggregationWindow);
new Microsoft.Azure.Management.MySQL.Models.TopQueryStatisticsInput : int * string * string * DateTime * DateTime * string -> Microsoft.Azure.Management.MySQL.Models.TopQueryStatisticsInput
Public Sub New (numberOfTopQueries As Integer, aggregationFunction As String, observedMetric As String, observationStartTime As DateTime, observationEndTime As DateTime, aggregationWindow As String)
Parameters
- numberOfTopQueries
- Int32
Max number of top queries to return.
- aggregationFunction
- String
Aggregation function name.
- observedMetric
- String
Observed metric name.
- observationStartTime
- DateTime
Observation start time.
- observationEndTime
- DateTime
Observation end time.
- aggregationWindow
- String
Aggregation interval type in ISO 8601 format.
Applies to
Azure SDK for .NET