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: List[QueryMetricInterval] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
intervals
Required
|
List of intervals with appropriate metric data. |
Keyword-Only Parameters
Name | Description |
---|---|
intervals
Required
|
|
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
database_name
|
Database name of the database in which this query was executed. |
query_id
|
Unique query id (unique within one database). |
start_time
|
The start time for the metric (ISO-8601 format). |
end_time
|
The end time for the metric (ISO-8601 format). |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python