QueryStatistic 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
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.