TrafficFlow Class

Definition

Class representing a Traffic Manager HeatMap traffic flow properties.

public class TrafficFlow
type TrafficFlow = class
Public Class TrafficFlow
Inheritance
TrafficFlow

Constructors

TrafficFlow()

Initializes a new instance of the TrafficFlow class.

TrafficFlow(String, Nullable<Double>, Nullable<Double>, IList<QueryExperience>)

Initializes a new instance of the TrafficFlow class.

Properties

Latitude

Gets or sets the approximate latitude that these queries originated from.

Longitude

Gets or sets the approximate longitude that these queries originated from.

QueryExperiences

Gets or sets the query experiences produced in this HeatMap calculation.

SourceIp

Gets or sets the IP address that this query experience originated from.

Applies to