Cloud Database Migration Service V1 API - Module Google::Cloud::CloudDMS::V1::ValueComparison (v0.8.0)

Reference documentation and code samples for the Cloud Database Migration Service V1 API module Google::Cloud::CloudDMS::V1::ValueComparison.

Enum used by IntComparisonFilter and DoubleComparisonFilter to indicate the relation between source value and compare value.

Constants

VALUE_COMPARISON_UNSPECIFIED

value: 0
Value comparison unspecified.

VALUE_COMPARISON_IF_VALUE_SMALLER_THAN

value: 1
Value is smaller than the Compare value.

VALUE_COMPARISON_IF_VALUE_SMALLER_EQUAL_THAN

value: 2
Value is smaller or equal than the Compare value.

VALUE_COMPARISON_IF_VALUE_LARGER_THAN

value: 3
Value is larger than the Compare value.

VALUE_COMPARISON_IF_VALUE_LARGER_EQUAL_THAN

value: 4
Value is larger or equal than the Compare value.