public sealed class IntComparisonFilter : IMessage<IntComparisonFilter>, IEquatable<IntComparisonFilter>, IDeepCloneable<IntComparisonFilter>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class IntComparisonFilter.
Filter based on relation between source value and compare value of type
integer 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 `IntComparisonFilter` class, part of the Google Cloud Database Migration v1 API, allows for filtering based on the relationship between a source integer value and a comparison integer value."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class."],["The latest version of `IntComparisonFilter` is 2.5.0, with other available versions ranging from 1.0.0 to 2.4.0, all accessible via links to their respective documentation."],["The `IntComparisonFilter` class includes two primary properties: `Value` (a `long` type representing the integer compare value) and `ValueComparison` (of type `ValueComparison`, indicating the relationship between the source and comparison values)."],["The `IntComparisonFilter` has 2 constructors that enable the creation of a new instance or the copy of another instance."]]],[]]