StorageClientException azure表查询

时间:2011-05-17 07:21:10

标签: azure-table-storage

我正在使用异步查询对azure表进行一些查询。当我在4小时的间隔时间范围内请求行时,我得到StorageClientException。

异常消息是: 意外的内部存储客户端错误。

StackTrace是:

at Microsoft.WindowsAzure.StorageClient.Tasks.Task 1.get_Result() at Microsoft.WindowsAzure.StorageClient.Tasks.TaskAsyncResult 1.EndInvoke()at Microsoft.WindowsAzure.StorageClient.TaskImplHelper.EndImpl [T](IAsyncResult asyncResult)at Microsoft.WindowsAzure.StorageClient.TaskImplHelper.EndImplWithRetry [T](IAsyncResult asyncResult) 在Microsoft.WindowsAzure.StorageClient.CloudTableQuery`1.EndExecuteSegmented(IAsyncResult asyncResult)错误来自以下方法调用:CloudTableQuery EndExecuteSegmented(result)

欢迎任何帮助。

1 个答案:

答案 0 :(得分:0)

可能您使用的是不受支持的方法或操作

检查这个

http://msdn.microsoft.com/en-us/library/dd135725.aspx