public enum FilterOperatorNamespace
Google.Cloud.Chronicle.V1Assembly
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. |