DataFeedAutoRollupMethod Struct

Definition

roll up method.

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

Constructors

DataFeedAutoRollupMethod(String)

Determines if two DataFeedAutoRollupMethod values are the same.

Properties

Average

The rolled-up column should contain the arithmetic mean of the ingested values.

Count

The rolled-up column should contain the number of occurrences of the ingested values.

Maximum

The rolled-up column should contain the maximum of the ingested values.

Minimum

The rolled-up column should contain the minimum of the ingested values.

None

This option means Metrics Advisor doesn't need to roll up the data because, for example, the rows are already summed.

Sum

The rolled-up column should contain the sum of the ingested values.

Methods

Equals(DataFeedAutoRollupMethod)

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(DataFeedAutoRollupMethod, DataFeedAutoRollupMethod)

Determines if two DataFeedAutoRollupMethod values are the same.

Implicit(String to DataFeedAutoRollupMethod)

Converts a string to a DataFeedAutoRollupMethod.

Inequality(DataFeedAutoRollupMethod, DataFeedAutoRollupMethod)

Determines if two DataFeedAutoRollupMethod values are not the same.

Applies to