简体   繁体   English

如果所有项目都存在于我的dynamoTable中,我如何获得列表?

[英]How can I get the list if all items persisting in my dynamoTable?

How can I get the list if all items persisting in my dynamoTable? 如果所有项目都存在于我的dynamoTable中,我如何获得列表? All the examples I have seen there I have to pass hash key values. 我在那里看到的所有例子都要传递哈希键值。 I want some operation for select * from X table; 我想从X表中选择*的一些操作;

You can use a Scan operation to retrieve all data in your DynamoDB table. 您可以使用“ 扫描”操作来检索DynamoDB表中的所有数据。 More information here as well. 这里还有更多信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM