Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/fleet-control
index
FileSystemDatabaseExportStore
Class FileSystemDatabaseExportStore
Implements
DurableDatabaseExportStore
Index
Constructors
constructor
Methods
write
Constructors
constructor
new
FileSystemDatabaseExportStore
(
directory
:
string
,
)
:
FileSystemDatabaseExportStore
Parameters
directory
:
string
Returns
FileSystemDatabaseExportStore
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
Constructors
constructor
Methods
write
Documentation
GitHub
Anchorage API reference
Loading...