Class ExportCursor
Provides access to the results of a collection export
The cursor might not contain all results in the beginning.
If the result set is too big to be transferred in one go, the cursor might issue additional HTTP requests to fetch the remaining results from the server.
Methods summary
public
|
#
__construct(
Initialize the cursor with the first results and some metadata |
public
boolean
|
|
public
integer
|
|
public
mixed
|
|
public
integer
|
|
public
string
|
Constants summary
string |
ENTRY_ID
result entry for cursor id |
#
'id'
|
string |
ENTRY_HASMORE
result entry for "hasMore" flag |
#
'hasMore'
|
string |
ENTRY_RESULT
result entry for result documents |
#
'result'
|
string |
ENTRY_FLAT
"flat" option entry (will treat the results as a simple array, not documents) |
#
'_flat'
|
string |
ENTRY_COUNT
result entry for document count |
#
'count'
|
string |
ENTRY_TYPE
"type" option entry (is used when converting the result into documents or edges objects) |
#
'type'
|
string |
ENTRY_BASEURL
"baseurl" option entry. |
#
'baseurl'
|