Top "Azure-cosmosdb" questions

Azure Cosmos DB is a globally distributed database service designed to enable users to elastically and independently scale throughput and storage across any number of geographical regions with a comprehensive SLA.

Get record count in Azure DocumentDb

It seems like 'select count(*) from c' in the SQL queries allowed by documentdb in the azure site and through …

c# azure azure-cosmosdb
Getting "A task was cancelled" while trying to create a document in DocumentDB

When I try to create a document in my DocumentDB database using the following code, the code hangs where I …

c# azure-cosmosdb
Azure Cosmos DB - Understanding Partition Key

I'm setting up our first Azure Cosmos DB - I will be importing into the first collection, the data from …

azure azure-cosmosdb
Delete Documents from CosmosDB based on condition through Query Explorer

What's the query or some other quick way to delete all the documents matching the where condition in a collection? …

azure azure-cosmosdb
Cosmos DB - Deleting a document

How can I delete an individual record from Cosmos DB? I can select using SQL syntax: SELECT * FROM collection1 WHERE (…

azure azure-cosmosdb
Fastest way to insert 100,000+ records into DocumentDB

As the title suggests, I need to insert 100,000+ records into a DocumentDb collection programatically. The data will be used for …

c# azure azure-cosmosdb
Want to understand async

I've used async coding a little bit but I don't really fully understand how to use it -- though I …

c# async-await asp.net-web-api2 azure-cosmosdb
Syntax for Azure Cosmos DB CONTAINS

I have the following JSON Store on Azure Cosmos DB. { "id": "4", "total": 10.46, "tax": 0.55, "soldItems": [ { "item": "CHEESE NIPS 004400001300 F 1.97 D", "price": 1.97 }, { "…

azure-cosmosdb
How to delete all the documents in DocumentDB through c# code

I'm using a new database from Microsoft called DocumentDB. Now I want to delete a document by ID, but I …

c# azure-cosmosdb
Azure Table Storage vs CosmosDB Table API

In Microsoft Build 2017 event, i came across CosmosDB Table API. It looks like Azure Table Storage. Does it mean Microsoft …

azure azure-storage azure-table-storage azure-cosmosdb