Class SourceNumericFilter (1.9.2)

SourceNumericFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Filter for fixed point number data types such as NUMERIC/NUMBER

Attributes

NameDescription
source_min_scale_filter int
Optional. The filter will match columns with scale greater than or equal to this number.
source_max_scale_filter int
Optional. The filter will match columns with scale smaller than or equal to this number.
source_min_precision_filter int
Optional. The filter will match columns with precision greater than or equal to this number.
source_max_precision_filter int
Optional. The filter will match columns with precision smaller than or equal to this number.
numeric_filter_option google.cloud.clouddms_v1.types.NumericFilterOption
Required. Enum to set the option defining the datatypes numeric filter has to be applied to