Expand description
Nested message and enum types in Mutation
.
Structs§
- A Mutation which incrementally updates a cell in an
Aggregate
family. - A Mutation which deletes cells from the specified column, optionally restricting the deletions to a given timestamp range.
- A Mutation which deletes all cells from the specified column family.
- A Mutation which deletes all cells from the containing row.
- A Mutation which merges accumulated state into a cell in an
Aggregate
family. - A Mutation which sets the value of the specified cell.
Enums§
- Which of the possible Mutation types to apply.