vSphere Web Services API


Enum - SearchIndexPredicateArrayOperator(vim.SearchIndex.Predicate.ArrayOperator)

Since
2.0


Enum Description

Enum Constants

NameDescription
AllElements When specified, the value on the right hand side (Predicate#comparableValue) is compared against each element in the array with the provided operator ComparisonOperator. The resource will be matched if the ComparisonOperator returns true for ALL elements in the array, otherwise it will be filtered out.
AnyElement When specified, the value on the right hand side (Predicate#comparableValue) is compared against each element in the array with the provided operator ComparisonOperator. The resource will be matched if the ComparisonOperator returns true for ANY element in the array, otherwise it will be filtered out.

Show WSDL type definition