Database Migration v1 API - Class SourceTextFilter (2.4.0)

public sealed class SourceTextFilter : IMessage<SourceTextFilter>, IEquatable<SourceTextFilter>, IDeepCloneable<SourceTextFilter>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Migration v1 API class SourceTextFilter.

Filter for text-based data types like varchar.

Inheritance

object > SourceTextFilter

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

SourceTextFilter()

public SourceTextFilter()

SourceTextFilter(SourceTextFilter)

public SourceTextFilter(SourceTextFilter other)
Parameter
NameDescription
otherSourceTextFilter

Properties

SourceMaxLengthFilter

public long SourceMaxLengthFilter { get; set; }

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

Property Value
TypeDescription
long

SourceMinLengthFilter

public long SourceMinLengthFilter { get; set; }

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

Property Value
TypeDescription
long