-
#include "tensorstore/kvstore/operations.h" -
Future<const void>
tensorstore::kvstore::DeleteRange(const KvStore& store,
KeyRange range); Deletes all keys in the specified range.
This operation is not guaranteed to be atomic with respect to other operations affecting keys in
range. If there are concurrent writes to keys inrange, this operation may fail with an error or indicate success despite not having removed the newly-added keys.