Class SourceTextFilter
Filter for text-based data types like varchar.
Implements
Inherited Members
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? |