共用方式為


QueryStatistic Constructors

Definition

Overloads

QueryStatistic()

Initializes a new instance of the QueryStatistic class.

QueryStatistic(String, IList<QueryInterval>)

Initializes a new instance of the QueryStatistic class.

QueryStatistic()

Initializes a new instance of the QueryStatistic class.

public QueryStatistic ();
Public Sub New ()

Applies to

QueryStatistic(String, IList<QueryInterval>)

Initializes a new instance of the QueryStatistic class.

public QueryStatistic (string queryId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.QueryInterval> intervals = default);
new Microsoft.Azure.Management.Synapse.Models.QueryStatistic : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.QueryInterval> -> Microsoft.Azure.Management.Synapse.Models.QueryStatistic
Public Sub New (Optional queryId As String = Nothing, Optional intervals As IList(Of QueryInterval) = Nothing)

Parameters

queryId
String

The id of the query

intervals
IList<QueryInterval>

The list of query intervals.

Applies to