Google Cloud Bigtable C++ Client 2.13.0
A C++ Client Library for Google Cloud Bigtable
Loading...
Searching...
No Matches
Public Attributes | List of all members
google::cloud::bigtable::Mutation Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ op

google::bigtable::v2::Mutation google::cloud::bigtable::Mutation::op