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."],[[["The `FilterTableColumns` class in the Database Migration v1 API allows for configuring rules to filter columns within a table."],["This class provides the ability to define lists of columns to either include or exclude when working with a table in the migration process."],["The latest version of this class is 2.5.0, with multiple previous versions available for review, going all the way back to version 1.0.0."],["`FilterTableColumns` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the system."],["The rule scope for `FilterTableColumns` is limited to `Table` and it has two properties, `ExcludeColumns` and `IncludeColumns` which are of type `RepeatedField\u003cstring\u003e`."]]],[]]