Show / Hide Table of Contents

Class SourceTextFilter

Filter for text-based data types like varchar.

Inheritance
object
SourceTextFilter
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 SourceTextFilter : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SourceMaxLengthFilter

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

Declaration
[JsonProperty("sourceMaxLengthFilter")]
public virtual long? SourceMaxLengthFilter { get; set; }
Property Value
Type Description
long?

SourceMinLengthFilter

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

Declaration
[JsonProperty("sourceMinLengthFilter")]
public virtual long? SourceMinLengthFilter { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX