MetricFilter.TimeGrain Property

Definition

Gets or sets specifies the time granularity of the metrics to be returned. E.g., "P1D". Valid values are the ones returned as the field "timeGrain" in the ListMetricDefinitions call. Only 'Equality' operator is supported for this property.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to