public sealed class ValueListFilter : IMessage<ValueListFilter>, IEquatable<ValueListFilter>, IDeepCloneable<ValueListFilter>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class ValueListFilter.
A list of values to filter by in ConditionalColumnSetValue
[[["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 latest version of the `ValueListFilter` class for the Database Migration v1 API is 2.5.0, with several older versions available, ranging down to version 1.0.0."],["`ValueListFilter` is a class used in the Google Cloud Database Migration Service to filter values in the context of `ConditionalColumnSetValue`."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with various .NET functionalities."],["`ValueListFilter` has properties such as `IgnoreCase`, `ValuePresentList`, and `Values`, which control how the filtering is applied, whether case should be ignored, whether it's a inclusion or exclusion filter, and which values are used for the filter, respectively."],["The `ValueListFilter` class can be instantiated with a default constructor, `ValueListFilter()`, or copied from another instance with `ValueListFilter(ValueListFilter other)`."]]],[]]