Database Migration v1 API - Class FilterTableColumns (2.4.0)

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.

Inheritance

object > FilterTableColumns

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

FilterTableColumns()

public FilterTableColumns()

FilterTableColumns(FilterTableColumns)

public FilterTableColumns(FilterTableColumns other)
Parameter
NameDescription
otherFilterTableColumns

Properties

ExcludeColumns

public RepeatedField<string> ExcludeColumns { get; }

Optional. List of columns to be excluded for a particular table.

Property Value
TypeDescription
RepeatedFieldstring

IncludeColumns

public RepeatedField<string> IncludeColumns { get; }

Optional. List of columns to be included for a particular table.

Property Value
TypeDescription
RepeatedFieldstring