azure-table-storage
Are there any limits on the number of Azure Storage Tables allowed in one account?
I\'m currently trying to store a fairly large and dynamic data set. My current design is tending towards a solution where I will create a 开发者_高级运维new table every few minutes - this means every[详细]
2023-02-21 00:32 分类:问答Updating an object to Azure Table Storage - is there any way to get the new Timestamp?
I\'m updating an object in AzureTableStorage using the StorageClient library with context.UpdateObject(obj);[详细]
2023-02-20 20:06 分类:问答Azure SaveChanges vs SaveChangesWithRetries
Looking at examples that people have coded I see a lot of people using SaveChanges and not using SaveChangesWithRetries. I assume SaveChangesWithRetries is the best thing to do so is开发者_如何学C the[详细]
2023-02-18 07:09 分类:问答How do I store the contents of an array in tablestorage
I need to store the contents of an array into Azure tablestorage. The array will have between 0 and 10开发者_JAVA技巧0 entries. I don\'t want to have to create 100 different elements so is there a way[详细]
2023-02-18 04:43 分类:问答Do Azure table services entities have an equivalent of NonSerializedAttribute?
If I\'m trying to serialize a normal CLR object, and I do not want a particular member variable to be serialized, I can tag it with the[详细]
2023-02-17 23:38 分类:问答Does PartitionKey and RowKey in Azure Table Storage have to be string?
I suspect so,开发者_开发百科 as the abstract class TableServiceEntity have the following: public virtual string PartitionKey { get; set; }[详细]
2023-02-17 21:12 分类:问答Exposing Azure Table with oData but working with "Domain" objects not Azure Entity Objects
Pardon my terminology i开发者_运维问答f incorrect but I\'d rather not expose the Azure Table Entity objects directly to the end user, although I want to expose IQueryable.[详细]
2023-02-13 10:24 分类:问答Graph DB's Vs Azure Table storage for a Social networking application
I\'m starting on some architecture work for a .Net based social networking application to be hosted on Azure cloud. we are going to be using ASP.NET MVC on the front end.[详细]
2023-02-12 16:53 分类:问答When should I use Sql Azure and when should I use table Storage?
When should i use Sq开发者_如何学JAVAl Azure and when should I use table Storage? I was thinking , use table storage for transaction processing scenarios e.g. debit credit accounts kind ofscenario an[详细]
2023-02-09 08:43 分类:问答Are queries against Azure Table Storage indexed when using a partial RowKey?
I understand from the MS PDC presentations that the PartitionKey is used to load balance the table across multiple servers, but nobody seems to give any advice on whether the PartitionKey is used as a[详细]
2023-02-09 06:16 分类:问答