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."],[[["This webpage provides documentation for the `DoubleComparisonFilter` class within the Google Cloud Database Migration v1 API."],["`DoubleComparisonFilter` is designed to filter data based on a comparison between a source value and a provided double value in `ConditionalColumnSetValue`."],["The class includes properties `Value` (a double) for the comparison value and `ValueComparison` to specify the relationship between the source and comparison values."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and inherits from `object`."],["There are multiple versions available, ranging from 1.0.0 to the latest 2.5.0."]]],[]]