KVStore

免费
通过 Carlo Alberto Degli Atti | 已更新 17 days ago | Data
人气

9.2 / 10

延迟

416ms

服务等级

100%

Health Check

N/A

返回所有讨论

How can I set offset for "get items"?

Rapid account: Naosk 8
naosk8
7 years ago

In the documentation, there is a optional field to enable offset for “get items”, but it doesn’t seem to work.
So could you check it, and please let me know the proper usage.

Rapid account: Lordkada
lordkada Commented 7 years ago

In the meantime I close this. In case you’re still experiencing unexpected results, please open a new ticket.

Rapid account: Lordkada
lordkada Commented 7 years ago

I checked it and from my point of view I can confirm it works as expected.

The offset refers to the created_at field: items in a collection are sorted in the descending order (new items come first) and then filtered out if their created_at >= query param. date (i.e. only older items are kept).

So, when you want to iterate over more batches, you fetch the first one, then take the last item created_at value and use it as parameter to get the second batch… and so on.

This is an example of usage:
https://kvstore.p.mashape.com/collections/my_collection/items?offset=1476496846.550855

Let me know if it works or you have different results

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论