Skip to main content

Interface: DumpEntry

Defined in: types/entry.types.ts:322

Extends​

Properties​

createdAt?​

optional createdAt: string

Defined in: types/entry.types.ts:42

Inherited from​

BaseEntry.createdAt


familyHash?​

optional familyHash: string

Defined in: types/entry.types.ts:44

Inherited from​

BaseEntry.familyHash


id?​

optional id: number

Defined in: types/entry.types.ts:39

Inherited from​

BaseEntry.id


payload​

payload: object

Defined in: types/entry.types.ts:324

compressed?​

optional compressed: boolean

destination?​

optional destination: string

duration​

duration: number

encrypted?​

optional encrypted: boolean

error?​

optional error: string

fileSize?​

optional fileSize: number

format​

format: "json" | "sql" | "csv" | "binary"

operation​

operation: "export" | "import" | "backup" | "restore" | "migrate"

recordCount?​

optional recordCount: number

source?​

optional source: string

status​

status: "completed" | "failed"


requestId?​

optional requestId: string

Defined in: types/entry.types.ts:41

Inherited from​

BaseEntry.requestId


resolvedAt?​

optional resolvedAt: string

Defined in: types/entry.types.ts:46

Inherited from​

BaseEntry.resolvedAt


tags?​

optional tags: string[]

Defined in: types/entry.types.ts:45

Inherited from​

BaseEntry.tags


type​

type: "dump"

Defined in: types/entry.types.ts:323

Overrides​

BaseEntry.type