VsanXvcQueryCriteriaOperator_enum
VsanXvcQueryCriteriaOperator_enum
Defines the possible operators to use when comparing the values of individual property.
Possible values:
Equal: Equality operator.NotEqual: Inequality operator.Greater: Greater than operator.GreaterOrEqual: Greater than or equal to operator.Less: Less than operator.LessOrEqual: Less than or equal to operator.In: Checks for equality with at least one of a list of values.NotIn: Checks for inequality with all values in a list.Like: Pattern matching operator applicable to string properties.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.
This data structure has no properties.
Enumeration:
Equal,
NotEqual,
Greater,
GreaterOrEqual,
Less,
LessOrEqual,
In,
NotIn,
Like,
NotLike,
Unset,
VsanXvcQueryCriteriaOperator_unknown,