Top "Azure-table-storage" questions

Azure Table storage is a cloud-based NoSQL service which is ideal for large amounts of structured, non-relational data.

Key differences between Azure DocumentDB and Azure Table Storage

I am choosing database technology for my new project. I am wondering what are the key differences between Azure DocumentDB …

azure azure-table-storage azure-cosmosdb
Azure Storage Table size

Azure billing is based on the size of used space. Now I need to know the details. What is the …

azure azure-storage azure-table-storage
Fastest way of querying for latest items in a Azure table?

I have a Azure table where customers post messages, there may be millions of messages in a single table. I …

azure azure-table-storage
Azure table storage: maximum variable size?

I will be using the table storage to store a lot of blob names, in a single string, appended to …

c# .net azure azure-table-storage
Azure Functions Table Binding: How do I update a row?

I am trying to update a row in an Azure table based on an Azure Function. I see that the …

azure azure-table-storage azure-functions
Update RowKey or PartitionKey in Azure Table Storage

Can i update RowKey or PartitionKey properties of entity in Azure Table Storage? I thought yes or maybe just PartitionKey …

c# azure http-status-code-404 azure-table-storage
Windows Azure - Cleaning Up The WADLogsTable

I've read conflicting information as to whether or not the WADLogsTable table used by the DiagnosticMonitor in Windows Azure will …

c# azure-storage azure-table-storage wadslogtable
Retrieving many rows using a TableBatchOperation is not supported?

Here is a piece of code that initialize a TableBatchOperation designed to retrieve two rows in a single batch: TableBatchOperation …

azure nosql azure-storage azure-table-storage
Batch Insert in Azure storage table

I am new to using azure storage table. I was trying to insert my entities in batch but I found …

c# azure azure-storage azure-table-storage azure-tablequery
Azure Table Storage - Entity Design Best Practices Question

Im writing a 'proof of concept' application to investigate the possibility of moving a bespoke ASP.NET ecommerce system over …

azure azure-sql-database azure-storage azure-table-storage