DataFeedRollupSettings.AutoRollupMethod Property

Definition

The roll-up method the service should apply to the ingested data for anomaly detection. This property must be set if RollupType is RollupNeeded. Defaults to None.

public Azure.AI.MetricsAdvisor.Models.DataFeedAutoRollupMethod? AutoRollupMethod { get; set; }
member this.AutoRollupMethod : Nullable<Azure.AI.MetricsAdvisor.Models.DataFeedAutoRollupMethod> with get, set
Public Property AutoRollupMethod As Nullable(Of DataFeedAutoRollupMethod)

Property Value

Remarks

If set to null during an update operation, this property is set to its default value.

Applies to