Request.Granularity Property

Definition

Gets or sets can only be one of yearly, monthly, weekly, daily, hourly or minutely. Granularity is used for verify whether input series is valid. Possible values include: 'yearly', 'monthly', 'weekly', 'daily', 'hourly', 'minutely'

[Newtonsoft.Json.JsonProperty(PropertyName="granularity")]
public Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.Granularity Granularity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="granularity")>]
member this.Granularity : Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.Granularity with get, set
Public Property Granularity As Granularity

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to