Skip to main content

Interface: saveOptions

Defined in: model/model.types.ts:8

Properties

enforceRefCheck?

optional enforceRefCheck: boolean | "throw"

Defined in: model/model.types.ts:17

Default: false enforceRefCheck will check if the referenced document exists set to true: will log a warning message. set to 'throw': will throw an exception.


maxExpiry?

optional maxExpiry: number

Defined in: model/model.types.ts:9


transactionContext?

optional transactionContext: TransactionAttemptContext

Defined in: model/model.types.ts:18