TrafficFlow interface

Class representing a Traffic Manager HeatMap traffic flow properties.

Properties

latitude

The approximate latitude that these queries originated from.

longitude

The approximate longitude that these queries originated from.

queryExperiences

The query experiences produced in this HeatMap calculation.

sourceIp

The IP address that this query experience originated from.

Property Details

latitude

The approximate latitude that these queries originated from.

latitude?: number

Property Value

number

longitude

The approximate longitude that these queries originated from.

longitude?: number

Property Value

number

queryExperiences

The query experiences produced in this HeatMap calculation.

queryExperiences?: QueryExperience[]

Property Value

sourceIp

The IP address that this query experience originated from.

sourceIp?: string

Property Value

string