Google Cloud Data Loss Prevention v2 API - Enum RelationalOperator (4.8.0)

public enum RelationalOperator

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API 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