Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataQualityRule::StatisticRangeExpectation.
Evaluates whether the column aggregate statistic lies between a specified range.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#max_value
def max_value() -> ::String
-
(::String) — Optional. The maximum column statistic value allowed for a row to pass
this validation.
At least one of
min_value
andmax_value
need to be provided.
#max_value=
def max_value=(value) -> ::String
-
value (::String) — Optional. The maximum column statistic value allowed for a row to pass
this validation.
At least one of
min_value
andmax_value
need to be provided.
-
(::String) — Optional. The maximum column statistic value allowed for a row to pass
this validation.
At least one of
min_value
andmax_value
need to be provided.
#min_value
def min_value() -> ::String
-
(::String) — Optional. The minimum column statistic value allowed for a row to pass
this validation.
At least one of
min_value
andmax_value
need to be provided.
#min_value=
def min_value=(value) -> ::String
-
value (::String) — Optional. The minimum column statistic value allowed for a row to pass
this validation.
At least one of
min_value
andmax_value
need to be provided.
-
(::String) — Optional. The minimum column statistic value allowed for a row to pass
this validation.
At least one of
min_value
andmax_value
need to be provided.
#statistic
def statistic() -> ::Google::Cloud::Dataplex::V1::DataQualityRule::StatisticRangeExpectation::ColumnStatistic
- (::Google::Cloud::Dataplex::V1::DataQualityRule::StatisticRangeExpectation::ColumnStatistic) — Optional. The aggregate metric to evaluate.
#statistic=
def statistic=(value) -> ::Google::Cloud::Dataplex::V1::DataQualityRule::StatisticRangeExpectation::ColumnStatistic
- value (::Google::Cloud::Dataplex::V1::DataQualityRule::StatisticRangeExpectation::ColumnStatistic) — Optional. The aggregate metric to evaluate.
- (::Google::Cloud::Dataplex::V1::DataQualityRule::StatisticRangeExpectation::ColumnStatistic) — Optional. The aggregate metric to evaluate.
#strict_max_enabled
def strict_max_enabled() -> ::Boolean
-
(::Boolean) — Optional. 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.
#strict_max_enabled=
def strict_max_enabled=(value) -> ::Boolean
-
value (::Boolean) — Optional. 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.
-
(::Boolean) — Optional. 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.
#strict_min_enabled
def strict_min_enabled() -> ::Boolean
-
(::Boolean) — Optional. 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_min_enabled=
def strict_min_enabled=(value) -> ::Boolean
-
value (::Boolean) — Optional. 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.
-
(::Boolean) — Optional. 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.