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.

Microsoft Azure DocumentDB vs Azure Table Storage

For several recent years, Microsoft offers a "NoSQL" key/value storage, called "Table Storage" (http://azure.microsoft.com/en-us/documentation/…

azure azure-cosmosdb azure-table-storage
Delete all/multiple documents from Azure Cosmos DB through the portal

Is it possible to delete all/multiple documents available in a collection through the azure portal, Azure cosmos SQL Query …

azure azure-cosmosdb
Query CosmosDb - where array contains item(s) from array

I don't know if there is a word for this, guess there is, but right now I couldn't explain it …

javascript azure azure-cosmosdb
Exporting data from Azure DocumentDB

is there an option in Azure to export an existing collection from DocumentDB? I could only seen an Import option.

azure azure-cosmosdb
How to write a LIKE query in Azure CosmosDB?

I want to retrieve data from Cosmos DB with the following query: SELECT * FROM c WHERE c.pi like '09%001…

azure azure-cosmosdb azure-cosmosdb-sqlapi
How to clear a Cosmos DB database or delete all items using Azure portal

If go to https://portal.azure.com, open our Azure Cosmos DB account (1) --> Data Explorer (2) --> Click …

azure azure-cosmosdb azureportal azure-cosmosdb-sqlapi
WHERE clause on an array in Azure DocumentDb

In an Azure Documentdb document like this { "id": "WakefieldFamily", "parents": [ { "familyName": "Wakefield", "givenName": "Robin" }, { "familyName": "Miller", "givenName": "Ben" } ], "children": [ { "familyName": "…

azure-cosmosdb nosql
Pagination in Cosmos DB using Page Size and Page Number

I am trying to return items from cosmosDB using PageSize and PageNumber. I know we can set the page size …

azure asp.net-core pagination azure-cosmosdb paging
What is the size limit of a cosmosdb item?

I've been looking for a authoritative source of azure cosmosdb limits by I can't find one. In particular, I need …

azure-cosmosdb
Check if field exists in CosmosDB JSON with SQL - nodeJS

I am using Azure CosmosDB to store documents (JSON). I am trying to query all documents that contain the field "…

sql json azure azure-cosmosdb