Package version:

Interface IndexDocumentsOptions

Options for the modify index batch operation.

interface IndexDocumentsOptions {
    throwOnAnyFailure?: boolean;
}

Hierarchy (view full)

Properties

throwOnAnyFailure?: boolean

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