QueryExperience interface

Class representing a Traffic Manager HeatMap query experience properties.

Properties

endpointId

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.

queryCount

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