View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
Data Object - QueryDefinition
- Class
- VMware.Hv.QueryDefinition
- Parameter to
- QueryService_Create, QueryService_GetCount, QueryService_Query
- See also
- QueryFilter
- Since
- Horizon View 6.0
Data Object Description
Simple, general purpose query definition. (More complex, hard-coded queries may be offered for specific entities by their respective interfaces.) Not all entities are queryable.- This data object must be updated as a whole.
Data Object Properties
Properties
Name | Type | Description |
---|---|---|
queryEntityType | xsd:string |
Name of the type of object to be returned. The exact list of queryable
data objects is defined here: Queryable Data
Objects
|
filter | QueryFilter |
Any filter criteria for this query.
|
sortBy | xsd:string |
Member names to sort by, if any. This attribute must be able to be
filtered upon and be one of these types:
|
sortDescending | xsd:boolean |
Sort order: false (ascending) by default.
|
startingOffset | xsd:int |
0-based starting offset for returned results, defaults to 0.
|
limit | xsd:int |
Maximum count of items this query should produce, defaults to all.
|
maxPageSize | xsd:int |
Maximum page size to return (the server may use a smaller size).
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |