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-06-12 UTC."],[[["This webpage provides reference documentation and code samples for the `FilterTableColumns` class within the Database Migration v1 API."],["`FilterTableColumns` is a rule type used to specify which columns to include or exclude from a table in database migration processes."],["The class supports the ability to configure either a list of columns to be included or a list of columns to be excluded, with the condition that only one of these lists can be configured per rule."],["The current page details version 2.4.0, with links provided to previous and the latest version 2.5.0, as well as versions dating back to 1.0.0 of the `FilterTableColumns` class, and shows the `FilterTableColumns` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`FilterTableColumns` has two main properties `IncludeColumns` and `ExcludeColumns`, which are both `RepeatedField\u003cstring\u003e` types, to contain the list of either included or excluded columns."]]],[]]