Interface: saveOptions
Defined in: model/model.types.ts:8
Properties
enforceRefCheck?
optionalenforceRefCheck: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?
optionalmaxExpiry:number
Defined in: model/model.types.ts:9
transactionContext?
optionaltransactionContext:TransactionAttemptContext
Defined in: model/model.types.ts:18