PutCursorResponseT Properties |
The PutCursorResponseT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Code |
The HTTP status code.
|
![]() | Count |
The total number of result documents available
(only available if requested in the initial cursor query).
|
![]() | Error |
Indicates whether an error occurred (false in this case).
|
![]() | HasMore |
Whether more results are available to fetch from the cursor.
False if this was the last batch.
|
![]() | Id |
The cursor identifier.
|
![]() | Result |
A list of documents for the current batch.
|