Class FilterTableColumns
Options to configure rule type FilterTableColumns. The rule is used to filter the list of columns to include or exclude from a table. The rule filter field can refer to one entity. The rule scope can be: Table Only one of the two lists can be specified for the rule.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class FilterTableColumns : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExcludeColumns
Optional. List of columns to be excluded for a particular table.
Declaration
[JsonProperty("excludeColumns")]
public virtual IList<string> ExcludeColumns { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
IncludeColumns
Optional. List of columns to be included for a particular table.
Declaration
[JsonProperty("includeColumns")]
public virtual IList<string> IncludeColumns { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |