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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET