KVStore

無料
よって Carlo Alberto Degli Atti | 更新済み il y a 17 jours | Data
人気

9.2 / 10

レイテンシー

416ms

サービスレベル

100%

Health Check

N/A

すべてのディスカッションに戻る

How can I set offset for "get items"?

Rapid account: Naosk 8
naosk8
il y a 7 ans

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 il y a 7 ans

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

Rapid account: Lordkada
lordkada Commented il y a 7 ans

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

ディスカッションに参加しましょう-以下にコメントを追加してください:

ログイン/サインアップして新しいコメントを投稿