VsanXvcQueryFilterOperator_enum
VsanXvcQueryFilterOperator_enum
Defines operator types for query filter.
Possible values:
And
: The operator is evaluated to true only if all its operands are true.Or
: The operator is evaluated to true if at least one of its operands is true.Op_unknown
: Unknown operator.
This data structure has no properties.
Enumeration:
And,
Or,
Op_unknown,