Schema for submitting documents for bulk modifications.

Constructors

Properties

Methods

Constructors

Properties

docs: Document[]

Array of documents.

newEdits?: boolean

If false, prevents the database from assigning them new revision IDs. Default is true.

Avoid using this parameter, since this option applies document revisions without checking for conflicts, so it is very easy to accidentally end up with a large number of conflicts.

Methods