Google Cloud Dataplex V1 Client - Class StatisticRangeExpectation (0.2.3)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class StatisticRangeExpectation.

Evaluates whether the column aggregate statistic lies between a specified range.

Generated from protobuf message google.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectation

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ statistic int
↳ min_value string

The minimum column statistic value allowed for a row to pass this validation. At least one of min_value and max_value need to be provided.

↳ max_value string

The maximum column statistic value allowed for a row to pass this validation. At least one of min_value and max_value need to be provided.

↳ strict_min_enabled bool

Whether column statistic needs to be strictly greater than ('>') the minimum, or if equality is allowed. Only relevant if a min_value has been defined. Default = false.

↳ strict_max_enabled bool

Whether column statistic needs to be strictly lesser than ('<') the maximum, or if equality is allowed. Only relevant if a max_value has been defined. Default = false.

getStatistic

Generated from protobuf field .google.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectation.ColumnStatistic statistic = 1;

Returns
TypeDescription
int

setStatistic

Generated from protobuf field .google.cloud.dataplex.v1.DataQualityRule.StatisticRangeExpectation.ColumnStatistic statistic = 1;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getMinValue

The minimum column statistic value allowed for a row to pass this validation.

At least one of min_value and max_value need to be provided.

Returns
TypeDescription
string

setMinValue

The minimum column statistic value allowed for a row to pass this validation.

At least one of min_value and max_value need to be provided.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMaxValue

The maximum column statistic value allowed for a row to pass this validation.

At least one of min_value and max_value need to be provided.

Returns
TypeDescription
string

setMaxValue

The maximum column statistic value allowed for a row to pass this validation.

At least one of min_value and max_value need to be provided.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStrictMinEnabled

Whether column statistic needs to be strictly greater than ('>') the minimum, or if equality is allowed. Only relevant if a min_value has been defined. Default = false.

Returns
TypeDescription
bool

setStrictMinEnabled

Whether column statistic needs to be strictly greater than ('>') the minimum, or if equality is allowed. Only relevant if a min_value has been defined. Default = false.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getStrictMaxEnabled

Whether column statistic needs to be strictly lesser than ('<') the maximum, or if equality is allowed. Only relevant if a max_value has been defined. Default = false.

Returns
TypeDescription
bool

setStrictMaxEnabled

Whether column statistic needs to be strictly lesser than ('<') the maximum, or if equality is allowed. Only relevant if a max_value has been defined. Default = false.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this