Search
Preparing search index...
The search index is not available
Cognite JavaScript SDK
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
CogniteAsyncIterator
Interface CogniteAsyncIterator<T, TReturn, TNext>
Type parameters
T
TReturn =
any
TNext =
undefined
Hierarchy
AsyncIterableIterator
<
T
>
CogniteAsyncIterator
Index
Properties
auto
Paging
Each
auto
Paging
ToArray
Methods
[
Symbol.async
Iterator]
next
return
throw
Properties
auto
Paging
Each
auto
Paging
Each
:
AutoPagingEach
<
T
>
auto
Paging
ToArray
auto
Paging
ToArray
:
AutoPagingToArray
<
T
>
Methods
[
Symbol.async
Iterator]
[
Symbol.async
Iterator]
(
)
:
AsyncIterableIterator
<
T
>
Returns
AsyncIterableIterator
<
T
>
next
next
(
...
args
:
[
]
|
[
TNext
]
)
:
Promise
<
IteratorResult
<
T
,
TReturn
>
>
Parameters
Rest
...
args:
[
]
|
[
TNext
]
Returns
Promise
<
IteratorResult
<
T
,
TReturn
>
>
Optional
return
return
(
value
?:
TReturn
|
PromiseLike
<
TReturn
>
)
:
Promise
<
IteratorResult
<
T
,
TReturn
>
>
Parameters
Optional
value:
TReturn
|
PromiseLike
<
TReturn
>
Returns
Promise
<
IteratorResult
<
T
,
TReturn
>
>
Optional
throw
throw
(
e
?:
any
)
:
Promise
<
IteratorResult
<
T
,
TReturn
>
>
Parameters
Optional
e:
any
Returns
Promise
<
IteratorResult
<
T
,
TReturn
>
>
Globals
Cognite
Async
Iterator
auto
Paging
Each
auto
Paging
ToArray
[
Symbol.async
Iterator]
next
return
throw