public sealed class DoubleComparisonFilter : IMessage<DoubleComparisonFilter>, IEquatable<DoubleComparisonFilter>, IDeepCloneable<DoubleComparisonFilter>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class DoubleComparisonFilter.
Filter based on relation between source
value and compare value of type double 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 `DoubleComparisonFilter` class is 2.5.0, with prior versions ranging from 2.4.0 down to 1.0.0 available for reference."],["`DoubleComparisonFilter` is a class within the Google Cloud Database Migration v1 API, designed to filter data based on the relationship between a source value and a double-type compare value."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides diverse functionalities."],["The `DoubleComparisonFilter` class includes two main properties: `Value`, which represents the double compare value, and `ValueComparison`, which dictates the relationship between the source and compare values."],["`DoubleComparisonFilter` class can be constructed using a default constructor or by providing another `DoubleComparisonFilter` object."]]],[]]