Skip to content

apollo-code


apollo-code / storage/src / MemoryTransferOptions

Interface: MemoryTransferOptions

Properties

audit?

readonly optional audit?: (event) => void | Promise<void>

Parameters

event

Readonly<Record<string, unknown>>

Returns

void | Promise<void>


beforeApply?

readonly optional beforeApply?: (index, operation) => void | Promise<void>

Parameters

index

number

operation

Readonly<PlannedImport>

Returns

void | Promise<void>


journalPath?

readonly optional journalPath?: string


now?

readonly optional now?: () => Date

Returns

Date