I have a Azure Cosmos DB account with Gremlin API. I'm using Gremlin.Net to query the db. var gremlinServer = new GremlinServer(hostname, port, enableSsl: tru
I am on a mac, trying to run the linux azure-cosmos-emulator emulator but every time I start the image and try to create a database, it just hangs and never cre
I'm trying to write a record to a database but need to find the next Id in the sequence. I wrote a function to find the highest Id number in the database, incr
I have followed the steps from the following EF Core 5 site in order to store and read items from the CosmosDB. Here is the site: https://www.learnentityframewo
I have come across the requirement where I have to choose the API for Cosmos DB. I have gone through with all API's like SQL,Graph, Mongo and Table. Since my c
We are currently streaming data from an Azure Event Hub via Azure Stream Analytics to Cosmos DB. I want to be able to programatically change the query (/ Transf
I'm setting up our first Azure Cosmos DB - I will be importing into the first collection, the data from a table in one of our SQL Server databases. In setting
I'm giving CosmosDB a chance and so I decided to build an app that uses it, but I'm running into this issue when using the emulator: Port is already in use. I
I don't understand the sentence "A reservation discount is applied to provisioned throughput in terms of request units per second (RU/s) on an hour-by-hour basi
Can anyone explain how atom-record-sequence (ARS) works and how it helps CosmosDB to support multiple models without "performance penalties"? So far, the best
I have recently started using Azure Cosmos DB in our project. For the reporting purpose, we need to get all the Partition Keys in the collection. I could not fi
How can I check if a parameter is null in @azure/cosmos sdk when querying the database? I've tried the IS_NULL or IS_EMPTY, either breaks the query: await conta
I use Cosmos Db and I need results to be sorted by the results of a COUNT. Instead of sorting the results each time myself (or create a service for it), I pre
Description When I copy data from Storage to CosmosDB by Azure data factory, the Cosmos DB RU/s is full and nobody can use it during this time. I want other ope
Say for example an object in cosmosDb looks like this:- { att1: val1, att2: val2, att3: { att4: val4, att5: val5