Questions tagged as 'cosmos-db'

0
answers

How to page a query in Azure Cosmos DB?

I'm trying to page a query in Azure Cosmos DB by reading this post: > Paging through query results in Azure DocumentDB , I got to the code: public async Task <ICollection <TEntity>> GetAllPaged(int page, string colleti...
asked by 30.08.2018 / 15:04
1
answer

Bind of CosmosDB at Azure Functions Local

How to do Bind Azure CosmoDB by Visual Studio in Azure Functions? Note the code below, the inputDocument parameter would be the CosmosDB Bind. When we create the direct function in the Azure portal, it already does this automatically because...
asked by 17.08.2017 / 02:15
1
answer

Climb Collection on CosmosDB

Is it possible to scale a Document database in CosmosDB? If so, is it possible to scale only one collection instead of the base as a whole?     
asked by 20.08.2017 / 20:31
0
answers

Cosmos Error DB: Request rate is large

I am making a filter to get the last record sent to a collection by a device and the query is very simple: db.getCollection('Device').find({'ID':'1234'}).sort({DateTime: -1}).limit(1) However, if I do with limit(1) it gives er...
asked by 09.01.2018 / 13:27