Name | Description |
Equal |
Equality operator.
|
Greater |
Greater than operator.
|
GreaterOrEqual |
Greater than or equal to operator.
|
In |
Checks for equality with at least one of a list of values.
|
Less |
Less than operator.
|
LessOrEqual |
Less than or equal to operator.
|
Like |
Pattern matching operator applicable to string properties.
|
NotEqual |
Inequality operator.
|
NotIn |
Checks for inequality with all values in a list.
|
NotLike |
Opposite of operator Like.
|
Unset |
Used in conjunction with comparableValue to see if a property is set or not.
|
VsanXvcQueryCriteriaOperator_unknown |
Unknown operation type.
|