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-09 UTC."],[[["This webpage provides documentation for the `ValueListFilter` class within the Google Cloud Database Migration v1 API, specifically version 2.3.0."],["The `ValueListFilter` class is used to filter by a list of values in `ConditionalColumnSetValue` and inherits from the `object` class, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties like `IgnoreCase`, which determines if the filter is case-sensitive, `ValuePresentList`, indicating whether to filter for values present or not present in the list, and `Values`, a list of strings to filter by."],["There are two constructor methods, a default and one that take another `ValueListFilter` object, and the documentation lists the properties, inherited members, namespace, assembly, and details for each property."],["This documentation page is one of several versioned pages, with the latest being 2.5.0 and versions ranging from 1.0.0 to 2.5.0 available."]]],[]]