Google Cloud Bigtable C++ Client 2.13.0
A C++ Client Library for Google Cloud Bigtable
|
Represent a single change to a specific row in a Table. More...
#include <google/cloud/bigtable/mutations.h>
Public Attributes | |
google::bigtable::v2::Mutation | op |
Represent a single change to a specific row in a Table.
Mutations come in different forms, they can set a specific cell, delete a specific cell or delete multiple cells in a row.
google::bigtable::v2::Mutation google::cloud::bigtable::Mutation::op |