Database Migration v1 API - Class SourceNumericFilter (2.4.0)

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

Inheritance

object > SourceNumericFilter

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

SourceNumericFilter()

public SourceNumericFilter()

SourceNumericFilter(SourceNumericFilter)

public SourceNumericFilter(SourceNumericFilter other)
Parameter
NameDescription
otherSourceNumericFilter

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
TypeDescription
NumericFilterOption

SourceMaxPrecisionFilter

public int SourceMaxPrecisionFilter { get; set; }

Optional. The filter will match columns with precision smaller than or equal to this number.

Property Value
TypeDescription
int

SourceMaxScaleFilter

public int SourceMaxScaleFilter { get; set; }

Optional. The filter will match columns with scale smaller than or equal to this number.

Property Value
TypeDescription
int

SourceMinPrecisionFilter

public int SourceMinPrecisionFilter { get; set; }

Optional. The filter will match columns with precision greater than or equal to this number.

Property Value
TypeDescription
int

SourceMinScaleFilter

public int SourceMinScaleFilter { get; set; }

Optional. The filter will match columns with scale greater than or equal to this number.

Property Value
TypeDescription
int