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."],[[["This document provides reference information for the `ValueListFilter` class within the Google Cloud Database Migration v1 API, specifically for version 2.4.0."],["The `ValueListFilter` class, derived from `object`, is used to filter data based on a list of values within the `ConditionalColumnSetValue`, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers properties such as `IgnoreCase` (to filter case-sensitively or insensitively), `ValuePresentList` (to check if values are present or not present in a list), and `Values` (the actual list of strings used for filtering)."],["There are various versions of this API available, ranging from the latest version 2.5.0 down to version 1.0.0, all offering similar functionality."],["This class includes two constructors, a default one and another that accepts another `ValueListFilter` as a parameter to provide a copy method."]]],[]]