Skip to content

Bulk API - continueOnError default to false still after 4.0 release #30884

Open

Description

The JSDoc comment posted above the implementation of the "bulk" operation is incorrect / outdated, which makes it misleading when using continueOnError.

Note

NOTE: THIS WILL DEFAULT TO TRUE IN THE 4.0 RELEASE

* @param bulkOptions - Optional options object to modify bulk behavior. Pass \{ continueOnError: true \} to continue executing operations when one fails. (Defaults to false) ** NOTE: THIS WILL DEFAULT TO TRUE IN THE 4.0 RELEASE

request.headers[HttpHeaders.BatchContinueOnError] = bulkOptions.continueOnError || false;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.CosmosService AttentionWorkflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions