the result value type. This will be any type unless the request indicated that values are to be returned, in which case this will be the data type requested.
Indicates whether the fetch could have returned more results if it had not been constrained by the first, last or maximumResultSize limits.
true
if more results could have been returned,
otherwise false
Returns true
if the result contains zero elements.
true if result list is empty
Returns the results from the fetch operation.
Results are always returned in path order.
a list of TopicResults, each representing a result single topic selected by the fetch operation.
The number of elements in the fetch result.
the size of the results list
Encapsulates the results from a fetch operation issued to the server.
A fetch operation is issued using a fetch request which will return a result of this type via a Result.
6.2