DataFeedRollupSettings Class

Definition

Configures the behavior of a DataFeed when handling rolled-up ingested data before detecting anomalies.

public class DataFeedRollupSettings
type DataFeedRollupSettings = class
Public Class DataFeedRollupSettings
Inheritance
DataFeedRollupSettings

Constructors

DataFeedRollupSettings()

Initializes a new instance of the DataFeedRollupSettings class.

Properties

AutoRollupGroupByColumnNames

Can be used when RollupType is RollupNeeded. Specifies which dimensions should be rolled-up by the service. If no dimensions are specified, all of them will be used. Be aware that you must specify the dimensions' display names, otherwise operation will fail.

AutoRollupMethod

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.

RollupIdentificationValue

The value a dimension assumes when it represents a rolled-up value. Must be set when RollupType is AlreadyRolledUp or RollupNeeded.

RollupType

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.

Applies to