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