public enum NumericFilterOptionReference 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.V1Assembly
Google.Cloud.CloudDms.V1.dll
Fields |
|
|---|---|
| Name | Description |
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 |