Module: Google::Cloud::CloudDMS::V1::NumericFilterOption

Defined in:
proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb

Overview

Specifies the columns on which numeric filter needs to be applied.

Constant Summary collapse

NUMERIC_FILTER_OPTION_UNSPECIFIED =

Numeric filter option unspecified

0
NUMERIC_FILTER_OPTION_ALL =

Numeric filter option that matches all numeric columns.

1
NUMERIC_FILTER_OPTION_LIMIT =

Numeric filter option that matches columns having numeric datatypes with specified precision and scale within the limited range of filter.

2
NUMERIC_FILTER_OPTION_LIMITLESS =

Numeric filter option that matches only the numeric columns with no precision and scale specified.

3