azure-storage
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 分类:问答Azure Project - Need guidance
I am working on a small introductory Azure project where I needto distribute documents among the worker rolesin a load 开发者_JAVA百科 balanced manner.[详细]
2023-03-20 20:22 分类:问答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 分类:问答By Azure Scaling how much bill charged [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-20 05:31 分类:问答Azure storage Info
I am new to azure API, what kind of data or log following azure storage account has Blogs: Events ? wad-control-container[详细]
2023-03-18 05:22 分类:问答Maximum CloudQueueMessage payload size issue
According to MSDN, the Message payload may extend up to 8KB (8192 bytes): The AddMessage method adds a message to the back of the queue.[详细]
2023-03-17 21:48 分类:问答Using BlobRequest.CopyFrom fails with 404 Not Found error
Hope you can help. I\'m trying to copy a blob using the Protocol namespace along with a shared access signature, but the WebResponse always throws a 404 Not Found error. I have successfully used the[详细]
2023-03-17 16:38 分类:问答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 分类:问答