Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UploadDocumentsOptions

Package version

Options for the upload documents operation.

Hierarchy

Index

Properties

Optional mergeIfExists

mergeIfExists: undefined | false | true

If true, any documents in this batch will merge with existing documents which have the same primary key.

Optional throwOnAnyFailure

throwOnAnyFailure: undefined | false | true

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

Generated using TypeDoc