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.

Azure DocumentDB Owner resource does not exist

I having the same error icrosoft.Azure.Documents.DocumentClientException: Message: {"Errors":["Owner resource does not exist"]} , this is my scenario. …

azure azure-cosmosdb
What are the differences between CosmoDB and DocumentDB

As far as I can work out, CosmoDB has the ability to make Graph queries using the Gremlin query language. …

azure-cosmosdb
C# LINQ .Any not working on DocumentDb CreateDocumentQuery

I'm trying to query Art that has a product of a certain type. Here is my model for Art: public …

c# linq azure azure-cosmosdb
.NET - c# - Cross partition query is required but disabled trouble on DocumentDB data access

I have written the following code to fetch a record from the DocumentDB private static void QueryDocuments1(DocumentClient client) { IQueryable&…

c# asp.net azure-cosmosdb
Is there an Azure database equivalent to Firebase clients being able to listen for database changes?

Firebase's realtime database SDK has callback methods built in which allow the client to listen for database changes. (e.g. …

firebase nosql azure-sql-database azure-cosmosdb
How to do a Case Insensitive search on Azure DocumentDb?

is it possible to perform a case insensitive search on DocumnetDb? Let's say I have a record with 'name' key …

azure-cosmosdb
Converting created document result to POCO

I have the following code that calls DocumentDB and creates a new Employee document. How do I then convert the …

azure-cosmosdb
Does DocumentDB support the LIKE keyword in queries?

Can we use the LIKE keyword to filter out records as we use it in T-SQL?

azure azure-cosmosdb
DocumentClient CreateDocumentQuery async

Why is there no async version of CreateDocumentQuery? This method for example could of been async: using (var client = new …

c# azure-cosmosdb
How can I run Microsoft Azure DocumentDB locally?

I use a Mac and mostly work on Node.js projects. I would like to try out DocumentDB to compare …

azure azure-cosmosdb