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).
- This property need not be set.
|
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.
- This property need not be set.
|
results | xsd: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.
|