vSphere Web Services API


Data Object - SearchIndexResourceItem(vim.SearchIndex.ResourceItem)

Property of
SearchIndexResultSet
Extends
DynamicData
See also
SearchIndexOptionalValue
Since
vSphere API Release 9.1.0.0

Data Object Description

Contains the data returned for a single resource, which corresponds to a single item in the result set. Represents the result of a projection onto the public state of the resource model data of the given resource.

Properties

Name Type Description
propertyValues*SearchIndexOptionalValue[]

array of OptionalValue with the exact length of the requested properties in QuerySpec#properties array. If a property is missing due to any reason (unset, invisible, invalid) it will not be omitted, instead an empty OptionalValue will be in its place in the array.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition