DataFeedRollupType Struct

Definition

mark if the data feed need rollup.

public readonly struct DataFeedRollupType : IEquatable<Azure.AI.MetricsAdvisor.Models.DataFeedRollupType>
type DataFeedRollupType = struct
Public Structure DataFeedRollupType
Implements IEquatable(Of DataFeedRollupType)
Inheritance
DataFeedRollupType
Implements

Constructors

DataFeedRollupType(String)

Determines if two DataFeedRollupType values are the same.

Properties

AlreadyRolledUp

The data source already provides rolled-up values, and the service should use them. RollupIdentificationValue must be set to help the service identify which dimension value corresponds to the rolled-up data.

NoRollupNeeded

No roll-up will be applied for anomaly detection.

RollupNeeded

Let the service do the roll-up. The roll-up method must be set with AutoRollupMethod, and the rolled-up dimension value with RollupIdentificationValue.

Methods

Equals(DataFeedRollupType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(DataFeedRollupType, DataFeedRollupType)

Determines if two DataFeedRollupType values are the same.

Implicit(String to DataFeedRollupType)

Converts a string to a DataFeedRollupType.

Inequality(DataFeedRollupType, DataFeedRollupType)

Determines if two DataFeedRollupType values are not the same.

Applies to