vSphere Web Services API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - SearchIndexQuerySpec(vim.SearchIndex.QuerySpec)
- Parameter to
- Query
- Extends
- DynamicData
- See also
- SearchIndexFilter
- Since
- vSphere API Release 9.1.0.0
Data Object Description
Properties
| Name | Type | Description |
|---|---|---|
| filters* | SearchIndexFilter[] |
Define query criteria. Only properties matching all provided
filters will be returned by the query.
Provides abilities to specify comparison predicates on the properties
of the resources to search for or even on properties of their related
resources as well as logical compositions of such predicates.
If unset, the query matches all resource instances of the given ResourceType
|
| limit* | xsd:int |
Page size.
If not set, it will return all results that matched the query.
Otherwise, it will return the first page of results, and the
marker in the ResultSet will be set, allowing the client
to continue the iteration using the IterationSpec
and QueryNext methods.
|
| properties* | xsd:string[] |
Specifies the ResourceType's properties to be included in the result
set for the query. There should be no duplicated properties.
Each property in the list can be:
|
| resourceType | xsd:string |
Specifies the resource type (e.g., VirtualMachine, HostSystem or Datacenter) to be
queried. It should be one of the values in the ResourceType enum.
|
| returnTotalCount* | xsd:boolean |
Indicates whether the result will bring the number of discovered resources as well.
|
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |