#include "tensorstore/kvstore/operations.h"
Future<std::vector<ListEntry>>
tensorstore::kvstore::ListFuture(const KvStorestore,
                                 
ListOptions options = {});

Lists the keys in a kvstore.

Parameters:
const KvStore &store

KvStore from which to list keys.

ListOptions options = {}

List options. The options.range is interpreted relative to store.path.

struct tensorstore::kvstore::ListOptions;

Options for ListFuture.

struct tensorstore::kvstore::ListEntry;

Information for a single key returned from a ListFuture operation.