Expand description

Nested message and enum types in MutationAction.

Structs§

  • Arguments to Insert, InsertOrUpdate, and Replace operations.
  • Mod represents the write action that will be perform to a table. Each mod will specify exactly one action, from insert, update, insert_or_update, replace and delete.
  • Arguments to Update.