vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanXvcQueryResultSet(vim.vsan.XvcQueryResultSet)
- Returned by
- VsanQueryHciMeshDatastores
- Extends
- DynamicData
- See also
- VsanXvcResultItem
- Since
- 8.0.0.2
Data Object Description
This data type describes the info of the objects returned from Query API. It is a dictionary like structure. The 'properties' list defines all keys of the returned information. The 'resultItems' list contains all returned objects' information. The properties' values of each object are listed in VsanXvcResultItem. The mapping between keys and values is by the index of the lists.Properties
Name | Type | Description |
---|---|---|
properties* | xsd:string[] |
The names of properties returned for each object item in
the result set.
|
resultItems* | VsanXvcResultItem[] |
The list of result items. Each item corresponds to a particular
object that satisfies the query conditions.
|
totalCount* | xsd:long |
The total number of objects that match the query.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |