Preparing search index...
The search index is not available
XYO Platform SDK - v3.9.16
XYO Platform SDK
@xyo-network/modules
ReadArchivist
Interface ReadArchivist<TReadResponse, TId>
interface
ReadArchivist
<
TReadResponse
extends
Payload
=
Payload
,
TId
=
Hash
>
{
get
(
ids
:
TId
[]
)
:
PromisableArray
<
WithStorageMeta
<
TReadResponse
>
>
;
next
(
options
?:
NextOptions
<
TId
>
,
)
:
PromisableArray
<
WithStorageMeta
<
TReadResponse
>
>
;
}
Type Parameters
TReadResponse
extends
Payload
=
Payload
TId
=
Hash
Hierarchy (
View Summary
)
ReadArchivistFunctions
<
WithStorageMeta
<
TReadResponse
>
,
TId
>
ReadArchivist
Archivist
ReadWriteArchivist
Index
Methods
get
next
Methods
get
get
(
ids
:
TId
[]
)
:
PromisableArray
<
WithStorageMeta
<
TReadResponse
>
>
Parameters
ids
:
TId
[]
Returns
PromisableArray
<
WithStorageMeta
<
TReadResponse
>
>
next
next
(
options
?:
NextOptions
<
TId
>
,
)
:
PromisableArray
<
WithStorageMeta
<
TReadResponse
>
>
Parameters
Optional
options
:
NextOptions
<
TId
>
Returns
PromisableArray
<
WithStorageMeta
<
TReadResponse
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
next
XYO Platform SDK - v3.9.16
Loading...