vSphere Web Services API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - SearchIndexFilter(vim.SearchIndex.Filter)
- Property of
- SearchIndexQuerySpec
- Extends
- DynamicData
- See also
- SearchIndexPredicate
- Since
- vSphere API Release 9.1.0.0
Data Object Description
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.
Properties
| Name | Type | Description |
|---|---|---|
| predicates* | SearchIndexPredicate[] |
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.)
|
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |