QueryExperience Class
Class representing a Traffic Manager HeatMap query experience properties.
All required parameters must be populated in order to send to Azure.
Constructor
QueryExperience(*, endpoint_id: int, query_count: int, latency: float | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
endpoint_id
|
The id of the endpoint from the 'endpoints' array which these queries were routed to. Required. |
|
query_count
|
The number of queries originating from this location. Required. |
|
latency
|
The latency experienced by queries originating from this location. Default value: None
|