Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/three.js/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
带有表存储的Azure移动Web服务_Azure_Azure Storage_Azure Mobile Services - Fatal编程技术网

带有表存储的Azure移动Web服务

带有表存储的Azure移动Web服务,azure,azure-storage,azure-mobile-services,Azure,Azure Storage,Azure Mobile Services,我已经通过Azure移动服务向表存储添加了一些数据 我注意到这些行不包括PartitionKey或RowKey。该行包含一个ID Azure移动服务中的表存储与Azure表存储不同吗 谢谢 谢谢,TerrenceAzure移动服务中的表是存储在SQL Azure数据库中的数据库表 Azure表存储->NoSql类型数据存储[] Azure移动服务->带有移动服务同步、完整ACID、关系、索引等的SQL数据库

我已经通过Azure移动服务向表存储添加了一些数据

我注意到这些行不包括PartitionKey或RowKey。该行包含一个ID

Azure移动服务中的表存储与Azure表存储不同吗

谢谢


谢谢,Terrence

Azure移动服务中的表是存储在SQL Azure数据库中的数据库表

  • Azure表存储->NoSql类型数据存储[]
  • Azure移动服务->带有移动服务同步、完整ACID、关系、索引等的SQL数据库