FileSystemTransferBatchStateStoreOptions
Defined in: src/transfers/resumableBatch.ts:166
Options accepted by createFileSystemTransferBatchStateStore.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
directory | string | Directory under which batch-state JSON files are written. Created recursively if it does not exist; one file per plan id (SHA-256 hashed filename), written atomically with mode 0600. | src/transfers/resumableBatch.ts:172 |