Preparing search index...
The search index is not available
XYO Platform SDK - v3.9.16
XYO Platform SDK
@xyo-network/archivist
ArchivistRawQueryFunctions
Interface ArchivistRawQueryFunctions
interface
ArchivistRawQueryFunctions
{
allQuery
(
account
?:
AccountInstance
)
:
Promisable
<
ModuleQueryResult
>
;
clearQuery
(
account
?:
AccountInstance
)
:
Promisable
<
ModuleQueryResult
>
;
commitQuery
(
account
?:
AccountInstance
)
:
Promisable
<
ModuleQueryResult
>
;
deleteQuery
(
hashes
:
Lowercase
<
string
>
[]
,
account
?:
AccountInstance
,
)
:
Promisable
<
ModuleQueryResult
>
;
getQuery
(
hashes
:
Lowercase
<
string
>
[]
,
account
?:
AccountInstance
,
)
:
Promisable
<
ModuleQueryResult
>
;
insertQuery
(
payloads
:
Payload
[]
,
account
?:
AccountInstance
,
)
:
Promisable
<
ModuleQueryResult
>
;
nextQuery
(
options
?:
ArchivistNextOptions
,
account
?:
AccountInstance
,
)
:
Promisable
<
ModuleQueryResult
>
;
}
Hierarchy (
View Summary
)
ArchivistRawQueryFunctions
ArchivistInstance
Index
Methods
all
Query
clear
Query
commit
Query
delete
Query
get
Query
insert
Query
next
Query
Methods
all
Query
allQuery
(
account
?:
AccountInstance
)
:
Promisable
<
ModuleQueryResult
>
Parameters
Optional
account
:
AccountInstance
Returns
Promisable
<
ModuleQueryResult
>
clear
Query
clearQuery
(
account
?:
AccountInstance
)
:
Promisable
<
ModuleQueryResult
>
Parameters
Optional
account
:
AccountInstance
Returns
Promisable
<
ModuleQueryResult
>
commit
Query
commitQuery
(
account
?:
AccountInstance
)
:
Promisable
<
ModuleQueryResult
>
Parameters
Optional
account
:
AccountInstance
Returns
Promisable
<
ModuleQueryResult
>
delete
Query
deleteQuery
(
hashes
:
Lowercase
<
string
>
[]
,
account
?:
AccountInstance
,
)
:
Promisable
<
ModuleQueryResult
>
Parameters
hashes
:
Lowercase
<
string
>
[]
Optional
account
:
AccountInstance
Returns
Promisable
<
ModuleQueryResult
>
get
Query
getQuery
(
hashes
:
Lowercase
<
string
>
[]
,
account
?:
AccountInstance
,
)
:
Promisable
<
ModuleQueryResult
>
Parameters
hashes
:
Lowercase
<
string
>
[]
Optional
account
:
AccountInstance
Returns
Promisable
<
ModuleQueryResult
>
insert
Query
insertQuery
(
payloads
:
Payload
[]
,
account
?:
AccountInstance
,
)
:
Promisable
<
ModuleQueryResult
>
Parameters
payloads
:
Payload
[]
Optional
account
:
AccountInstance
Returns
Promisable
<
ModuleQueryResult
>
next
Query
nextQuery
(
options
?:
ArchivistNextOptions
,
account
?:
AccountInstance
,
)
:
Promisable
<
ModuleQueryResult
>
Parameters
Optional
options
:
ArchivistNextOptions
Optional
account
:
AccountInstance
Returns
Promisable
<
ModuleQueryResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
all
Query
clear
Query
commit
Query
delete
Query
get
Query
insert
Query
next
Query
XYO Platform SDK - v3.9.16
Loading...