TimeSeriesPoint.Dimension 属性

定义

点的维度信息。 例如,City = 纽约市,Dataceter = DC1。 此字典的值是一个对象,当使用 Dimension 时,将使用对象的相等函数。 如果有自定义类,则需要定义 Equals 函数。

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)

属性值

适用于