View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
Data Object - QueryResults
- Class
- VMware.Hv.QueryResults
- Returned by
- GlobalSessionQueryService_GetNext, GlobalSessionQueryService_QueryByBrokeringPod, GlobalSessionQueryService_QueryByDesktop, GlobalSessionQueryService_QueryByPod, GlobalSessionQueryService_QueryByUser, GlobalSessionQueryService_QueryWithSpec, PersistentDiskQueryService_QueryWithSpec, QueryService_Create, QueryService_GetNext, QueryService_Query
- See also
- QueryId
- Since
- Horizon View 6.0
Data Object Description
Result of a query.- This data object must be updated as a whole.
Data Object Properties
Properties
Name | Type | Description |
---|---|---|
id | QueryId |
Query ID for this search, will be null for "virtual list"-style queries
(i.e., the result of the QueryService_Query
method).
|
startingOffset | xsd:int |
Offset of first result returned (0-based). If there are no matching
results, this will still be set to the requested initial offset.
|
remainingCount | xsd:int |
Number of results remaining, or null if not supported. See
documentation for specific query service.
|
results | xsd:anyType[] |
Result set. Empty if no further results. The runtime type of the returned
objects will match the type specified in
queryEntityType.
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |