We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to perform bulk update on cosmos db using cosmos db java sdk. While reading the docs, I came across the Azure Cosmos DB Bulk Executor library - https://github.com/Azure/azure-cosmosdb-bulkexecutor-java-getting-started
But the sdk it uses - <groupId>com.microsoft.azure</groupId> <artifactId>azure-documentdb</artifactId>
While, I find all the latest cosmos sdk under - <groupId>com.azure</groupId> <artifactId>azure-cosmos</artifactId>
Could you please help me with these queries:
TIA!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to perform bulk update on cosmos db using cosmos db java sdk. While reading the docs, I came across the Azure Cosmos DB Bulk Executor library - https://github.com/Azure/azure-cosmosdb-bulkexecutor-java-getting-started
But the sdk it uses -
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-documentdb</artifactId>
While, I find all the latest cosmos sdk under -
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
Could you please help me with these queries:
TIA!
The text was updated successfully, but these errors were encountered: