azure-table-storage
Windows Azure Table Services - Extended Properties and Table Schema
I have an entity that, in addition to a few common properties, contains a list of extended properties stored as (Name, Value) pairs of strings within a collection.I should probably mention that these[详细]
2023-01-04 05:35 分类:问答Windows Azure Table Storage LINQ Operators
Currently Table Storage supports From, Where, Take, and First. Are there plans to support any of the other 29 operators?[详细]
2022-12-29 19:12 分类:问答Alternative to Windows Azure tables out of the cloud
I\'m developing a .NET app, which needs to run both on Azure and on regular Windows Servers(2003). It needs to store a few GB of data and SQL Azure is too expensive for me, so I\'ll use Azure tables i[详细]
2022-12-28 01:44 分类:问答Azure Tables or SQL Azure?
I am at the planning stage of a web application that will be hosted in Azure with ASP.NET for the web site and Silverlight within the site fo开发者_JAVA技巧r a rich user experience. Should I use Azure[详细]
2022-12-27 12:23 分类:问答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 each other using some special character. This string will sky rockets pretty soon. But is there a maximu[详细]
2022-12-27 07:24 分类:问答Silverlight and Azure Tables
Of the following two options... Silverlight app talks directly to Azure Tables Silverlight app talks to Web Role using WCF and that Web Role accesses Azure Tab开发者_如何学Goles[详细]
2022-12-26 21:25 分类:问答Azure table storage: DataServiceClientException - "The condition specified using HTTP conditional header(s) is not met."
we have just deployed an Azure App and are ge开发者_高级运维tting these errors when updating an object in TableStorage?[详细]
2022-12-26 13:47 分类:问答How do you exclude a property from being persisted in Azure Table storage?
If I have a class like this: public class Facet : TableServiceEntity { public Guid ParentId { get; set; }[详细]
2022-12-20 04:06 分类:问答Allowing access to Azure Storage nodes to select users?
Given a stored f开发者_JS百科ile on Azure Storage (blobs, tables or queues -- doesn\'t matter), is it possible to allow access to it for all, but only based on permissions?[详细]
2022-12-14 18:00 分类:问答