Show / Hide Table of Contents

Class SourceNumericFilter

Filter for fixed point number data types such as NUMERIC/NUMBER

Inheritance
object
SourceNumericFilter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX