Data Object - QueryResults

Class
VMware.Hv.QueryResults
Returned by
GlobalSessionQueryService_GetNext, GlobalSessionQueryService_QueryByBrokeringPod, GlobalSessionQueryService_QueryByDesktop, GlobalSessionQueryService_QueryByPod, GlobalSessionQueryService_QueryByUser, GlobalSessionQueryService_QueryWithSpec, QueryService_Create, QueryService_GetNext, QueryService_Query
See also
QueryId
Since
Horizon View 6.0

Data Object Description

Result of a query.

Data Object Properties

Properties

Name Type Description
idQueryId

Query ID for this search, will be null for "virtual list"-style queries (i.e., the result of the QueryService_Query method).
  • This property need not be set.
startingOffsetxsd:int

Offset of first result returned (0-based). If there are no matching results, this will still be set to the requested initial offset.
remainingCountxsd:int

Number of results remaining, or null if not supported. See documentation for specific query service.
  • This property need not be set.
resultsxsd:anyType[]

Result set. Empty if no further results. The runtime type of the returned objects will match the type specified in queryEntityType.
  • This property need not be set.