TimeSeriesPoint.Dimension Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)