Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/fleet-control
index
DurableDatabaseExportStore
Interface DurableDatabaseExportStore
interface
DurableDatabaseExportStore
{
write
(
input
:
{
body
:
ReadableStream
<
Uint8Array
<
ArrayBufferLike
>
>
;
contentLength
?:
number
;
databaseId
:
string
;
fileName
:
string
;
}
,
)
:
Promise
<
{
location
:
string
;
sha256
:
string
;
size
:
number
}
>
;
}
Implemented by
FileSystemDatabaseExportStore
Index
Methods
write
Methods
write
write
(
input
:
{
body
:
ReadableStream
<
Uint8Array
<
ArrayBufferLike
>
>
;
contentLength
?:
number
;
databaseId
:
string
;
fileName
:
string
;
}
,
)
:
Promise
<
{
location
:
string
;
sha256
:
string
;
size
:
number
}
>
Parameters
input
:
{
body
:
ReadableStream
<
Uint8Array
<
ArrayBufferLike
>
>
;
contentLength
?:
number
;
databaseId
:
string
;
fileName
:
string
;
}
Returns
Promise
<
{
location
:
string
;
sha256
:
string
;
size
:
number
}
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
write
Documentation
GitHub
Anchorage API reference
Loading...