We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58410b commit 68b7820Copy full SHA for 68b7820
README.md
@@ -440,8 +440,8 @@ where:
440
* `conditions` (`?table`) - array of [select conditions](#select-conditions)
441
* `opts`:
442
* `first` (`?number`) - the maximum count of the objects to return.
443
- If negative value is specified, the last objects are returned
444
- (`after` option is required in this case).
+ If negative value is specified, the objects behind `after` are returned
+ (`after` option is required in this case). [See pagination examples](doc/select.md#pagination).
445
* `after` (`?table`) - tuple after which objects should be selected
446
* `batch_size` (`?number`) - number of tuples to process per one request to storage
447
* `bucket_id` (`?number|cdata`) - bucket ID
0 commit comments