Skip to content

Instantly share code, notes, and snippets.

@ealsur
Last active October 12, 2019 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ealsur/ce4d4655b37ccf273bb00eea4fdfb6e1 to your computer and use it in GitHub Desktop.
Save ealsur/ce4d4655b37ccf273bb00eea4fdfb6e1 to your computer and use it in GitHub Desktop.
Azure Cosmos DB V3 Bulk
CosmosClientOptions options = new CosmosClientOptions() {
AllowBulkExecution = true };
CosmosClient cosmosclient = new CosmosClient(connectionString, options);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment