public sealed class FilterTableColumns : IMessage<FilterTableColumns>, IEquatable<FilterTableColumns>, IDeepCloneable<FilterTableColumns>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API 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
IMessageFilterTableColumns, IEquatableFilterTableColumns, IDeepCloneableFilterTableColumns, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
FilterTableColumns()
public FilterTableColumns()
FilterTableColumns(FilterTableColumns)
public FilterTableColumns(FilterTableColumns other)
Parameter | |
---|---|
Name | Description |
other | FilterTableColumns |
Properties
ExcludeColumns
public RepeatedField<string> ExcludeColumns { get; }
Optional. List of columns to be excluded for a particular table.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
IncludeColumns
public RepeatedField<string> IncludeColumns { get; }
Optional. List of columns to be included for a particular table.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |