CursorResponseT Properties |
The CursorResponseT generic type exposes the following members.
Name | Description | |
---|---|---|
Cached |
Indicates whether the query result was served from the query cache or not.
If the query result is served from the query cache, the extra return attribute
will not contain any stats sub-attribute and no profile sub-attribute.
| |
Code |
The HTTP status code
| |
Count |
the total number of result documents available
(only available if the query was executed with the count attribute set)
| |
Error |
A flag to indicate that an error occurred (false in this case)
| |
Extra |
Optional object with extra information about the query result contained
in its Stats sub-attribute.
For data-modification queries, the sub-attribute will contain the number of
modified documents and the number of documents that could not be modified
due to an error (if ignoreErrors query option is specified).
| |
HasMore |
Whether there are more results available for the cursor on the server.
| |
Id |
ID of temporary cursor created on the server (optional).
| |
Result |
Result documents (might be empty if query has no results).
|