azure - 出现异常 - "The property value is larger than allowed by the Table Service",azure存储表中行的最大大小是多少

标签 azure azure-storage azure-table-storage

尝试在 Azure 表存储中插入记录时出现异常“属性值大于表服务允许的值”。

以下是我的表结构, string PartitionKey,String RowKey,string Id , string site, string name , byte[ ] content,
公共(public)日期时间创建时间

我试图在内容字段中保存 83755 字节数组(82KB),其他字段最多为 35 个字符。

谁能告诉我 azure 存储表的行的最大大小是多少?

以下是我提到的网址.. 其中提到该行最多可以有 1MB。但我的不超过 100 KB。

Link

谢谢

戈皮纳斯

最佳答案

是的,每行最多可以有 1MB。但是,每个字节数组属性或字符串属性限制为 64K。请参阅this MSDN reference了解每种数据类型的详细信息。

关于azure - 出现异常 - "The property value is larger than allowed by the Table Service",azure存储表中行的最大大小是多少,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4194702/

相关文章:

visual-studio-2010 - Visual Studio 2010 Beta 2 myTODO 错误消息

azure - Microsoft Azure AD Connect 配置代理错误 5

c# - 如何设置附加到 Azure 存储的 Azure 搜索软删除策略

c# - 多区域 Azure 存储数据复制

c# - DynamicTableEntity 类有何相关性?

java - 使用 Java 将实体添加到 Azure 的表中

javascript - Azure 部署错误 errno 47

azure - 如何将 Microsoft Office 互操作与 Azure 应用服务结合使用

azure - 无法将域名指向 Windows Azure 网站

c# - Azure 表存储 - 通过分区键删除实体 REST API