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