Share via


TimeSeriesPoint.Dimension Property

Definition

Dimension information for the point. For example, City = New York City, Dataceter = DC1. The value for this dictionary is an object, when the Dimension is used, the equals function for the Object will be used. If you have a customized class, you need to define the Equals function.

public System.Collections.Generic.Dictionary<string,object> Dimension { get; set; }
member this.Dimension : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property Dimension As Dictionary(Of String, Object)

Property Value

Applies to