Skip to content

Data Object - QueryResults

Java Class

com.omnissa.vdi.vlsi.binding.vdi.query.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. 1

Data Object 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). 2
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. 2
results xsd:anyType[] Result set. Empty if no further results. The runtime type of the returned objects will match the type specified in queryEntityType. 2

  1. This data object must be updated as a whole. 

  2. This property need not be set.