Click or drag to resize

ICursorApiClient Methods

The ICursorApiClient type exposes the following members.

Methods
  NameDescription
Public methodDeleteCursorAsync
Deletes an existing cursor and frees the resources associated with it. DELETE /_api/cursor/{cursor-identifier}
Public methodPostCursorAsyncT(PostCursorBody, CursorHeaderProperties)
Execute an AQL query, creating a cursor which can be used to page query results.
Public methodPostCursorAsyncT(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.
Public methodPutCursorAsyncT
Advances an existing query cursor and gets the next set of results.
Top
See Also