Share via


TopQueryStatisticsInput Constructors

Definition

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