Reference documentation and code samples for the Google Cloud Dms V1 Client class NumericFilterOption.
Specifies the columns on which numeric filter needs to be applied.
Protobuf type google.cloud.clouddms.v1.NumericFilterOption
Namespace
Google \ Cloud \ CloudDms \ V1Methods
static::name
value
mixed
static::value
name
mixed
Constants
NUMERIC_FILTER_OPTION_UNSPECIFIED
Value: 0
Numeric filter option unspecified
Generated from protobuf enum NUMERIC_FILTER_OPTION_UNSPECIFIED = 0;
NUMERIC_FILTER_OPTION_ALL
Value: 1
Numeric filter option that matches all numeric columns.
Generated from protobuf enum NUMERIC_FILTER_OPTION_ALL = 1;
NUMERIC_FILTER_OPTION_LIMIT
Value: 2
Numeric filter option that matches columns having numeric datatypes with specified precision and scale within the limited range of filter.
Generated from protobuf enum NUMERIC_FILTER_OPTION_LIMIT = 2;
NUMERIC_FILTER_OPTION_LIMITLESS
Value: 3
Numeric filter option that matches only the numeric columns with no precision and scale specified.
Generated from protobuf enum NUMERIC_FILTER_OPTION_LIMITLESS = 3;