-
#include "tensorstore/kvstore/operations.h"
-
Future<std::vector<ListEntry>>
tensorstore::kvstore::ListFuture(const KvStore& store,
ListOptions options = {}); Lists the keys in a kvstore.
Related Types¶
- struct tensorstore::kvstore::ListOptions;
Options for
ListFuture
.
- struct tensorstore::kvstore::ListEntry;
Information for a single key returned from a
ListFuture
operation.