Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MergeDocumentsOptions

Package version

Options for the update documents operation.

Hierarchy

Index

Properties

Optional throwOnAnyFailure

throwOnAnyFailure: undefined | false | true

If true, will cause this operation to throw if any document operation in the batch did not succeed.

Optional uploadIfNotExists

uploadIfNotExists: undefined | false | true

If true, any documents in this batch that do not exist on the server will be treated as an upload instead of an update.

Generated using TypeDoc