Interface protos.google.cloud.dataplex.v1.DataQualityRule.IStatisticRangeExpectation (3.7.0)

Properties of a StatisticRangeExpectation.

Package

@google-cloud/dataplex

Properties

maxValue

maxValue?: (string|null);

StatisticRangeExpectation maxValue

minValue

minValue?: (string|null);

StatisticRangeExpectation minValue

statistic

statistic?: (google.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectation.ColumnStatistic|keyof typeof google.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectation.ColumnStatistic|null);

StatisticRangeExpectation statistic

strictMaxEnabled

strictMaxEnabled?: (boolean|null);

StatisticRangeExpectation strictMaxEnabled

strictMinEnabled

strictMinEnabled?: (boolean|null);

StatisticRangeExpectation strictMinEnabled