DataFeedRollupSettings.RollupType Property

Definition

The strategy used by this DataFeed when rolling-up the ingested data before detecting anomalies. Defaults to NoRollupNeeded. If the type is set to RollupNeeded, both AutoRollupMethod and RollupIdentificationValue must be set. If the type is AlreadyRolledUp, only RollupIdentificationValue must be set.

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

Property Value

Remarks

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

Applies to