【发布时间】:2013-12-17 01:15:42
【问题描述】:
嗨,这是我的表架构
联系人表:
"KeySchema": [{
"AttributeName": "DateTimeRetrieved",
"KeyType": "HASH"
},{
"AttributeName": "Id",
"KeyType": "RANGE"
}]
我的主键将 DateTimeRetrieved 作为主键。我想检索输入到表中的最新日期时间。它也等于最后添加的项目日期时间。
有没有办法查询这个? .谢谢!
【问题讨论】:
标签: c#-4.0 nosql amazon-dynamodb