Share via


UnivariateDetectionOptions.Granularity Property

Definition

Argument that indicates time granularity. If granularity is not present, the value is none by default. If granularity is none, the time stamp property in the time series point can be absent.

public Azure.AI.AnomalyDetector.TimeGranularity? Granularity { get; set; }
member this.Granularity : Nullable<Azure.AI.AnomalyDetector.TimeGranularity> with get, set
Public Property Granularity As Nullable(Of TimeGranularity)

Property Value

Applies to