Module mutation

Source
Expand description

Nested message and enum types in Mutation.

Structs§

AddToCell
A Mutation which incrementally updates a cell in an Aggregate family.
DeleteFromColumn
A Mutation which deletes cells from the specified column, optionally restricting the deletions to a given timestamp range.
DeleteFromFamily
A Mutation which deletes all cells from the specified column family.
DeleteFromRow
A Mutation which deletes all cells from the containing row.
MergeToCell
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.