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.V2Assembly
Google.Cloud.Dlp.V2.dll
Fields | |
---|---|
Name | Description |
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 |