-
#include "tensorstore/kvstore/operations.h"
-
StorageGeneration tensorstore::kvstore::
TransactionalReadGenerationConditions::if_not_equal; The read is aborted if the generation associated with the stored
key
matchesif_not_equal
. The special values ofStorageGeneration::Unknown()
(the default) orStorageGeneration::NoValue()
disable this condition.