QueryStatistics Class
QueryStatistics.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceQueryStatistics
Constructor
QueryStatistics(*, intervals: Optional[List[azure.mgmt.sql.models._models_py3.QueryMetricInterval]] = None, **kwargs)
Parameters
Variables
- id
- str
Resource ID.
- name
- str
Resource name.
- type
- str
Resource type.
- database_name
- str
Database name of the database in which this query was executed.
- query_id
- str
Unique query id (unique within one database).
- start_time
- str
The start time for the metric (ISO-8601 format).
- end_time
- str
The end time for the metric (ISO-8601 format).
Feedback
Submit and view feedback for