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.
It seems like 'select count(*) from c' in the SQL queries allowed by documentdb in the azure site and through …
c# azure azure-cosmosdbWhen I try to create a document in my DocumentDB database using the following code, the code hangs where I …
c# azure-cosmosdbI'm setting up our first Azure Cosmos DB - I will be importing into the first collection, the data from …
azure azure-cosmosdbWhat's the query or some other quick way to delete all the documents matching the where condition in a collection? …
azure azure-cosmosdbHow can I delete an individual record from Cosmos DB? I can select using SQL syntax: SELECT * FROM collection1 WHERE (…
azure azure-cosmosdbAs the title suggests, I need to insert 100,000+ records into a DocumentDb collection programatically. The data will be used for …
c# azure azure-cosmosdbI'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-cosmosdbI 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-cosmosdbI'm using a new database from Microsoft called DocumentDB. Now I want to delete a document by ID, but I …
c# azure-cosmosdbIn 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