Click or drag to resize

PutCursorResponseT Properties

The PutCursorResponseT generic type exposes the following members.

Properties
  NameDescription
Public propertyCode
The HTTP status code.
Public propertyCount
The total number of result documents available (only available if requested in the initial cursor query).
Public propertyError
Indicates whether an error occurred (false in this case).
Public propertyHasMore
Whether more results are available to fetch from the cursor. False if this was the last batch.
Public propertyId
The cursor identifier.
Public propertyResult
A list of documents for the current batch.
Top
See Also