Database Migration v1 API - Enum NumericFilterOption (2.4.0)

public enum NumericFilterOption

Reference documentation and code samples for the Database Migration v1 API enum NumericFilterOption.

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

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Fields

NameDescription
All

Numeric filter option that matches all numeric columns.

Limit

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

Limitless

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

Unspecified

Numeric filter option unspecified