QueryInterval 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
QueryInterval() |
Initializes a new instance of the QueryInterval class. |
QueryInterval(Nullable<DateTime>, Nullable<Double>, IList<QueryMetric>) |
Initializes a new instance of the QueryInterval class. |
QueryInterval()
Initializes a new instance of the QueryInterval class.
public QueryInterval ();
Public Sub New ()
Applies to
QueryInterval(Nullable<DateTime>, Nullable<Double>, IList<QueryMetric>)
Initializes a new instance of the QueryInterval class.
public QueryInterval (DateTime? intervalStartTime = default, double? executionCount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.QueryMetric> metrics = default);
new Microsoft.Azure.Management.Synapse.Models.QueryInterval : Nullable<DateTime> * Nullable<double> * System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.QueryMetric> -> Microsoft.Azure.Management.Synapse.Models.QueryInterval
Public Sub New (Optional intervalStartTime As Nullable(Of DateTime) = Nothing, Optional executionCount As Nullable(Of Double) = Nothing, Optional metrics As IList(Of QueryMetric) = Nothing)
Parameters
- metrics
- IList<QueryMetric>
The list of query metrics during this interval.
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