DimensionFilter.Values Property

Definition

Gets or sets specifies the dimension value. E.g., Data0. Valid values are the ones returned in the field "dimensions" in the ListMetricDefinitions call. Only 'Equality' operator is supported for this property.

[Newtonsoft.Json.JsonProperty(PropertyName="values")]
public string Values { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="values")>]
member this.Values : string with get, set
Public Property Values As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to