Enum DataQualityRule.StatisticRangeExpectation.ColumnStatistic (1.39.0)

public enum DataQualityRule.StatisticRangeExpectation.ColumnStatistic extends Enum<DataQualityRule.StatisticRangeExpectation.ColumnStatistic> implements ProtocolMessageEnum

The list of aggregate metrics a rule can be evaluated against.

Protobuf enum google.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectation.ColumnStatistic

Implements

ProtocolMessageEnum

Static Fields

NameDescription
MAX

Evaluate the column max

MAX = 3;

MAX_VALUE

Evaluate the column max

MAX = 3;

MEAN

Evaluate the column mean

MEAN = 1;

MEAN_VALUE

Evaluate the column mean

MEAN = 1;

MIN

Evaluate the column min

MIN = 2;

MIN_VALUE

Evaluate the column min

MIN = 2;

STATISTIC_UNDEFINED

Unspecified statistic type

STATISTIC_UNDEFINED = 0;

STATISTIC_UNDEFINED_VALUE

Unspecified statistic type

STATISTIC_UNDEFINED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()