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-04-17 UTC."],[[["This document provides reference information for the `ValueListFilter` class within the Google Cloud Database Migration v1 API, specifically version 2.2.0, and the most recent version, 2.5.0."],["The `ValueListFilter` class is used to filter values in `ConditionalColumnSetValue` by providing a list of values to check against."],["It inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionalities such as serialization and comparison."],["Key properties of the `ValueListFilter` include `IgnoreCase` to specify case sensitivity, `ValuePresentList` to define the presence criteria, and `Values` which holds the list of strings for filtering."],["There are multiple earlier versions of the `ValueListFilter` class including version 2.4.0, 2.3.0, 2.1.0, 2.0.0, 1.2.0, 1.1.0 and 1.0.0."]]],[]]