QueryExperience interface
Class representing a Traffic Manager HeatMap query experience properties.
Properties
endpoint |
The id of the endpoint from the 'endpoints' array which these queries were routed to. |
latency | The latency experienced by queries originating from this location. |
query |
The number of queries originating from this location. |
Property Details
endpointId
The id of the endpoint from the 'endpoints' array which these queries were routed to.
endpointId: number
Property Value
number
latency
The latency experienced by queries originating from this location.
latency?: number
Property Value
number
queryCount
The number of queries originating from this location.
queryCount: number
Property Value
number