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.

Querying Windows Azure Table Storage with multiple query criteria

I'm trying to query a table in Windows Azure storage and was initially using the TableQuery.CombineFilters in the TableQuery&…

azure azure-table-storage data-partitioning
Azure Table Storage RowKey restricted Character Patterns?

Are there restricted character patterns within Azure TableStorage RowKeys? I've not been able to find any documented via numerous searches. …

azure azure-table-storage
How to execute an Azure table storage query async? client version 4.0.1

Want to execute queries Async on Azure Storage Client Version 4.0.1 There is NO method ExecuteQueryAsync().. I am missing something? Should …

c# azure-storage azure-table-storage
Azure Table Vs MongoDB on Azure

I want to use a NoSQL database on Windows Azure and the data volume will be very large. Whether a …

mongodb azure azure-storage azure-table-storage nosql
Azure Table Storage vs CosmosDB Table API

In Microsoft Build 2017 event, i came across CosmosDB Table API. It looks like Azure Table Storage. Does it mean Microsoft …

azure azure-storage azure-table-storage azure-cosmosdb
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
Azure table storage - Simplest possible example

Whenever learning new technologies I like to write the simplest possible example. Usually this means a console app with the …

azure-table-storage
Add or replace entity in Azure Table Storage

I'm working with Windows Azure Table Storage and have a simple requirement: add a new row, overwriting any existing row …

azure upsert azure-table-storage
How to filter Azure logs, or WCF Data Services filters for Dummies

I am looking at my Azure logs in the WADLogsTable and would like to filter the results, but I'm clueless …

wcf azure azure-storage azure-table-storage
Azure Storage Explorer Query where by Timestamp

it's my first time working with Azure Storage Explorer and I need to read some logs that is save into …

azure-table-storage azure-storage