Preparing search index...
The search index is not available
arangojs - v10.0.0
arangojs
cursors
BatchCursorItemsView
Interface BatchCursorItemsView<ItemType>
A low-level interface for consuming the items of a
BatchCursor
.
interface
BatchCursorItemsView
<
ItemType
>
{
isEmpty
:
boolean
;
more
(
)
:
Promise
<
void
>
;
shift
(
)
:
undefined
|
ItemType
;
}
Type Parameters
ItemType
=
any
Index
Properties
is
Empty
Methods
more
shift
Properties
Readonly
is
Empty
is
Empty
:
boolean
Methods
more
more
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
shift
shift
(
)
:
undefined
|
ItemType
Returns
undefined
|
ItemType
Settings
Theme
OS
Light
Dark
On This Page
is
Empty
more
shift
arangojs - v10.0.0
Loading...
A low-level interface for consuming the items of a BatchCursor.