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 automatically prune old log entries.[详细]
2023-03-24 05:08 分类:问答Encoding and decoding a string that may have slashes in it
I have strings like this: RowKey = \"Local (Automatic/Manual) Tests\", When I try to store in Windows Azure then this fails as I assume it does not accept the \"/\" as part of the row key.[详细]
2023-03-21 13:55 分类:问答how to select a subset of fields in a linq to azure storage query
I have var query = from Dev device in storage.QueryEntities<Dev>(\"dev\") where device.PartitionKey == \"1\"[详细]
2023-03-21 08:36 分类:问答How can I set the RowKey to a new value with a sequence
I have the following class: public class Note : TableServiceEntity { public Note( ) { } public Note(string pK)[详细]
2023-03-21 05:00 分类:问答How to get 174 GB of data into my Azure Table Storage
I have 174 GB of XML files that I need to get into my Azure table storage, what is the best way of doing this? The XML files should be par开发者_如何学Gosed and their content put into different tables[详细]
2023-03-20 08:15 分类:问答Synchronous paging against Azure Table Storage
I am new to working with Azure table Storage but I have being able to put together the code below that successfully allows my query to accept filterQuery (string) specified by the user -- for ex: (Amo[详细]
2023-03-17 00:31 分类:问答Expose Azure Table Storage as OData
I have an table in the Azure Table Storage populated with different implementations of the base TableSer开发者_运维知识库viceEntity. Does anybody howto expose this through OData? Are there some best p[详细]
2023-03-16 23:23 分类:问答Questions on the Azure scalability targets and the use of multiple Azure storage accounts?
The Windows Azure Storage Abstractions and their Scalability Targets blog post indicates there is a 5,000 entities/second transaction limit for a single storage account, and there is a 500 entities/se[详细]
2023-03-16 07:15 分类:问答Azure Storage Table Paging
To implement simple paging in Azure Storage in relatively straight forward: Paging with Windows Azure开发者_开发技巧 Table Storage. This can be implemented with continuation token functionality.[详细]
2023-03-13 01:37 分类:问答What's a better counting algorithm for Azure Table Storage log data?
I\'m using Windows Azure and venturing into Azure Table Storage for the first time in order to make my application scalable to high density traffic loads.[详细]
2023-03-12 20:28 分类:问答