Click or drag to resize

CursorResponseT Properties

The CursorResponseT generic type exposes the following members.

Properties
  NameDescription
Public propertyCached
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.
Public propertyCode
The HTTP status code
Public propertyCount
the total number of result documents available (only available if the query was executed with the count attribute set)
Public propertyError
A flag to indicate that an error occurred (false in this case)
Public propertyExtra
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).
Public propertyHasMore
Whether there are more results available for the cursor on the server.
Public propertyId
ID of temporary cursor created on the server (optional).
Public propertyResult
Result documents (might be empty if query has no results).
Top
See Also