public sealed class SourceTextFilter : IMessage<SourceTextFilter>, IEquatable<SourceTextFilter>, IDeepCloneable<SourceTextFilter>, IBufferMessage, IMessageReference documentation and code samples for the Database Migration v1 API class SourceTextFilter.
Filter for text-based data types like varchar.
Implements
IMessageSourceTextFilter, IEquatableSourceTextFilter, IDeepCloneableSourceTextFilter, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
SourceTextFilter()
public SourceTextFilter()SourceTextFilter(SourceTextFilter)
public SourceTextFilter(SourceTextFilter other)| Parameter | |
|---|---|
| Name | Description |
other |
SourceTextFilter |
Properties
SourceMaxLengthFilter
public long SourceMaxLengthFilter { get; set; }Optional. The filter will match columns with length smaller than or equal to this number.
| Property Value | |
|---|---|
| Type | Description |
long |
|
SourceMinLengthFilter
public long SourceMinLengthFilter { get; set; }Optional. The filter will match columns with length greater than or equal to this number.
| Property Value | |
|---|---|
| Type | Description |
long |
|