DiagnosticExportOptions
Defined in: packages/client/src/export-dump.ts:28
Options for SyncClient.exportDiagnostics.
Properties
Section titled “Properties”fileName?
Section titled “fileName?”
optionalfileName?:string
Defined in: packages/client/src/export-dump.ts:34
Override the generated artefact file name. When omitted, the name is
<storeId>-<timestamp>-diagnostics.sql, where storeId is a filesystem-safe derivation of the store
path (see deriveStoreId).