DataFeedRollupSettings.RollupType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET