DataFeedRollupSettings.AutoRollupMethod 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 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.