QueryStatistics Class

Definition

[Microsoft.Rest.Serialization.JsonTransformation]
public class QueryStatistics : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type QueryStatistics = class
    inherit ProxyResource
Public Class QueryStatistics
Inherits ProxyResource
Inheritance
QueryStatistics
Attributes

Constructors

QueryStatistics()

Initializes a new instance of the QueryStatistics class.

QueryStatistics(String, String, String, String, String, String, String, IList<QueryMetricInterval>)

Initializes a new instance of the QueryStatistics class.

Properties

DatabaseName

Gets database name of the database in which this query was executed.

EndTime

Gets the end time for the metric (ISO-8601 format).

Id

Gets resource ID.

(Inherited from Resource)
Intervals

Gets or sets list of intervals with appropriate metric data

Name

Gets resource name.

(Inherited from Resource)
QueryId

Gets unique query id (unique within one database).

StartTime

Gets the start time for the metric (ISO-8601 format).

Type

Gets resource type.

(Inherited from Resource)

Applies to