Click or drag to resize

CursorApiClient Class

ArangoDB Cursor API.
Inheritance Hierarchy
SystemObject
  ArangoDBNetStandardApiClientBase
    ArangoDBNetStandard.CursorApiCursorApiClient

Namespace:  ArangoDBNetStandard.CursorApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public class CursorApiClient : ApiClientBase, 
	ICursorApiClient

The CursorApiClient type exposes the following members.

Constructors
  NameDescription
Public methodCursorApiClient(IApiClientTransport)
Creates an instance of CursorApiClient using the provided transport layer and the default JSON serialization.
Public methodCursorApiClient(IApiClientTransport, IApiClientSerialization)
Creates an instance of CursorApiClient using the provided transport and serialization layers.
Top
Methods
  NameDescription
Public methodDeleteCursorAsync
Deletes an existing cursor and frees the resources associated with it. DELETE /_api/cursor/{cursor-identifier}
Protected methodDeserializeJsonFromStreamT (Inherited from ApiClientBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetApiErrorException
Gets an ApiErrorException from the provided error response.
(Inherited from ApiClientBase.)
Protected methodGetContentT (Inherited from ApiClientBase.)
Protected methodGetContentStringT (Inherited from ApiClientBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetHeaderCollection
Method to get the header collection.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodValidateDocumentId
Checks whether the provided document ID is in the correct form of "{collection}/{key}".
(Inherited from ApiClientBase.)
Top
Fields
  NameDescription
Protected field_client
The transport client used to communicate with the ArangoDB host.
Protected field_cursorApiPath
The root path of the API.
Top
See Also