Database Migration v1 API - Enum ValueComparison (2.4.0)

public enum ValueComparison

Reference documentation and code samples for the Database Migration v1 API enum ValueComparison.

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

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Fields

NameDescription
IfValueLargerEqualThan

Value is larger or equal than the Compare value.

IfValueLargerThan

Value is larger than the Compare value.

IfValueSmallerEqualThan

Value is smaller or equal than the Compare value.

IfValueSmallerThan

Value is smaller than the Compare value.

Unspecified

Value comparison unspecified.