strictMinEnabled property

bool? strictMinEnabled
getter/setter pair

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.

Optional.

Implementation

core.bool? strictMinEnabled;