Chronicle v1 API - Enum FilterOperator (1.0.0-beta05)

public enum FilterOperator

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Fields

Name Description
Between
Contains

CONTAINS is used for substring match.

DoesNotContain

Used if we want to check if the field does not contain the substring.

DoesNotEndsWith
DoesNotStartsWith
EndsWith
Equal
GreaterThan
GreaterThanOrEqualTo
In
IsNotNull
IsNull
LessThan
LessThanOrEqualTo
NotEqual
NotIn
Past
StartsWith
Unspecified

Default unspecified.