ICursorApiClient Methods |
The ICursorApiClient type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteCursorAsync |
Deletes an existing cursor and frees the resources associated with it.
DELETE /_api/cursor/{cursor-identifier}
| |
| PostCursorAsyncT(PostCursorBody, CursorHeaderProperties) |
Execute an AQL query, creating a cursor which can be used to page query results.
| |
| PostCursorAsyncT(String, DictionaryString, Object, PostCursorOptions, NullableBoolean, NullableInt64, NullableBoolean, NullableInt64, NullableInt32, String) |
Execute an AQL query, creating a cursor which can be used to page query results.
| |
| PutCursorAsyncT |
Advances an existing query cursor and gets the next set of results.
|