Class SourceNumericFilter
Filter for fixed point number data types such as NUMERIC/NUMBER
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class SourceNumericFilter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NumericFilterOption
Required. Enum to set the option defining the datatypes numeric filter has to be applied to
Declaration
[JsonProperty("numericFilterOption")]
public virtual string NumericFilterOption { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceMaxPrecisionFilter
Optional. The filter will match columns with precision smaller than or equal to this number.
Declaration
[JsonProperty("sourceMaxPrecisionFilter")]
public virtual int? SourceMaxPrecisionFilter { get; set; }
Property Value
Type | Description |
---|---|
int? |
SourceMaxScaleFilter
Optional. The filter will match columns with scale smaller than or equal to this number.
Declaration
[JsonProperty("sourceMaxScaleFilter")]
public virtual int? SourceMaxScaleFilter { get; set; }
Property Value
Type | Description |
---|---|
int? |
SourceMinPrecisionFilter
Optional. The filter will match columns with precision greater than or equal to this number.
Declaration
[JsonProperty("sourceMinPrecisionFilter")]
public virtual int? SourceMinPrecisionFilter { get; set; }
Property Value
Type | Description |
---|---|
int? |
SourceMinScaleFilter
Optional. The filter will match columns with scale greater than or equal to this number.
Declaration
[JsonProperty("sourceMinScaleFilter")]
public virtual int? SourceMinScaleFilter { get; set; }
Property Value
Type | Description |
---|---|
int? |