public sealed class SourceNumericFilter : IMessage<SourceNumericFilter>, IEquatable<SourceNumericFilter>, IDeepCloneable<SourceNumericFilter>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class SourceNumericFilter.
Filter for fixed point number data types such as NUMERIC/NUMBER
Implements
IMessageSourceNumericFilter, IEquatableSourceNumericFilter, IDeepCloneableSourceNumericFilter, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
SourceNumericFilter()
public SourceNumericFilter()
SourceNumericFilter(SourceNumericFilter)
public SourceNumericFilter(SourceNumericFilter other)
Parameter | |
---|---|
Name | Description |
other | SourceNumericFilter |
Properties
NumericFilterOption
public NumericFilterOption NumericFilterOption { get; set; }
Required. Enum to set the option defining the datatypes numeric filter has to be applied to
Property Value | |
---|---|
Type | Description |
NumericFilterOption |
SourceMaxPrecisionFilter
public int SourceMaxPrecisionFilter { get; set; }
Optional. The filter will match columns with precision smaller than or equal to this number.
Property Value | |
---|---|
Type | Description |
int |
SourceMaxScaleFilter
public int SourceMaxScaleFilter { get; set; }
Optional. The filter will match columns with scale smaller than or equal to this number.
Property Value | |
---|---|
Type | Description |
int |
SourceMinPrecisionFilter
public int SourceMinPrecisionFilter { get; set; }
Optional. The filter will match columns with precision greater than or equal to this number.
Property Value | |
---|---|
Type | Description |
int |
SourceMinScaleFilter
public int SourceMinScaleFilter { get; set; }
Optional. The filter will match columns with scale greater than or equal to this number.
Property Value | |
---|---|
Type | Description |
int |