Enumeration members
Contains
Contains: = "contains"
Exists
Exists: = "exists"
Match
Match: = "regex_match"
NotContains
NotContains: = "not_contains"
NotEqual
NotEqual: = "not_equal"
NotMatch
NotMatch: = "not_regex_match"
NotStartsWith
NotStartsWith: = "not_starts_with"
StartsWith
StartsWith: = "starts_with"