$objects
$objects : array
One page of a listing.
Listings are paged rather than returned whole because a prune or a verify walks the entire store, and a bucket holding a year of history has millions of keys in it.
__construct(list<\Drupal\strata\Storage\ObjectMeta> $objects = [], string|null $cursor = null, list$prefixes = []) : mixed
Constructs a page.
| list<\Drupal\strata\Storage\ObjectMeta> | $objects | The objects on this page, in the order the endpoint returned them. |
| string|null | $cursor | Token for the next page, or NULL when this is the last one. |
| list |
$prefixes | Common prefixes, when the listing was delimited. |