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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `FilterTableColumns` class within the Google Cloud Database Migration v1 API, specifically version 2.2.0, with links to other versions of the class."],["The `FilterTableColumns` class is used to configure rules for filtering columns to include or exclude from a table in the database migration process, with the rule scope applicable to a Table entity."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `FilterTableColumns` class has two key properties: `ExcludeColumns`, which is a list of columns to exclude, and `IncludeColumns`, which is a list of columns to include, both of which use a `RepeatedField` of strings."],["The document presents the constructors for the `FilterTableColumns` class, which are a default constructor and a copy constructor that accepts another `FilterTableColumns` instance."]]],[]]