Enum RelationalOperator (3.2.0)

public enum RelationalOperator

Operators available for comparing the value of fields.

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Fields

NameDescription
EqualTo

Equal. Attempts to match even with incompatible types.

Exists

Exists

GreaterThan

Greater than.

GreaterThanOrEquals

Greater than or equals.

LessThan

Less than.

LessThanOrEquals

Less than or equals.

NotEqualTo

Not equal to. Attempts to match even with incompatible types.

Unspecified

Unused