ICursorResponseT Interface |
Namespace: ArangoDBNetStandard.CursorApi.Models
The ICursorResponseT 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 |
A flag to indicate that 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 of results
(might be empty if query has no results).
|