SearchIndexFilter

SearchIndexFilter
SearchIndexFilter

Specifies the criteria that each resource should satisfy in order to qualify for the final result set for a given query.

This could be either a simple set of conditions/predicates or a composite condition defined with nested filters.

Since: vSphere API Release 9.1.0.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "predicates": [
        {
            "_typeName": "string",
            "propertyPath": "string",
            "operator": "string",
            "arrayOperator": "string",
            "comparableValue": {
                "_typeName": "string"
            },
            "comparableList": [
                {
                    "_typeName": "string"
                }
            ]
        }
    ]
}
predicates
Optional

A set of conditions on the resource model properties that together define the criteria for filtering/matching the resources whose data to retrieve.

(Evaluated in conjunction.)