Reference documentation and code samples for the Google Cloud Dms V1 Client class SourceNumericFilter.
Filter for fixed point number data types such as NUMERIC/NUMBER
Generated from protobuf message google.cloud.clouddms.v1.SourceNumericFilter
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ 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
int
Required. Enum to set the option defining the datatypes numeric filter has to be applied to
getSourceMinScaleFilter
Optional. The filter will match columns with scale greater than or equal to this number.
int
setSourceMinScaleFilter
Optional. The filter will match columns with scale greater than or equal to this number.
var
int
$this
getSourceMaxScaleFilter
Optional. The filter will match columns with scale smaller than or equal to this number.
int
setSourceMaxScaleFilter
Optional. The filter will match columns with scale smaller than or equal to this number.
var
int
$this
getSourceMinPrecisionFilter
Optional. The filter will match columns with precision greater than or equal to this number.
int
setSourceMinPrecisionFilter
Optional. The filter will match columns with precision greater than or equal to this number.
var
int
$this
getSourceMaxPrecisionFilter
Optional. The filter will match columns with precision smaller than or equal to this number.
int
setSourceMaxPrecisionFilter
Optional. The filter will match columns with precision smaller than or equal to this number.
var
int
$this
getNumericFilterOption
Required. Enum to set the option defining the datatypes numeric filter has to be applied to
int
setNumericFilterOption
Required. Enum to set the option defining the datatypes numeric filter has to be applied to
var
int
$this