The timeseries events returned
true
if this result includes all events selected by the query.
The number of events selected by the query.
This number may be greater than events.length
due to a
policy of the time series topic to limit the number of returned
results, or the use of RangeQuery.limit.
A description of the structure of the result stream.
Merge this result with other
, combining original events and
edit events, to produce a new QueryResult.
The following rules are applied to calculate the result:
other
have an event with equal
sequence numbers, the event from other
is selected.The returned result implements QueryResult.isComplete to be true
and QueryResult.selectedCount to contain the count of events in
the events
array, regardless of whether this result is complete.
the other query result to merge
the merged result
Query result providing a Stream of events.