Bigtable v0.5.0 Bigtable.ReadModifyWriteRow View Source

Provides functions to build Google.Bigtable.V2.ReadModifyWriteRowRequest and submit them to Bigtable.

Link to this section Summary

Link to this section Functions

Link to this function

append_value(request, family_name, column_qualifier, value) View Source
append_value(
  Google.Bigtable.V2.ReadModifyWriteRowRequest.t(),
  binary(),
  binary(),
  binary()
) :: Google.Bigtable.V2.ReadModifyWriteRowRequest.t()

Link to this function

build(table_name \\ Bigtable.Utils.configured_table_name(), row_key) View Source
build(binary(), binary()) :: Google.Bigtable.V2.ReadModifyWriteRowRequest.t()

Builds a Google.Bigtable.V2.ReadModifyWriteRowRequest with a provided table name and row key`.

Link to this function

increment_amount(request, family_name, column_qualifier, amount) View Source
increment_amount(
  Google.Bigtable.V2.ReadModifyWriteRowRequest.t(),
  binary(),
  binary(),
  integer()
) :: Google.Bigtable.V2.ReadModifyWriteRowRequest.t()

Link to this function

mutate(request) View Source
mutate(Google.Bigtable.V2.ReadModifyWriteRowRequest.t()) ::
  {:ok, Google.Bigtable.V2.ReadModifyWriteRowResponse.t()} | {:error, binary()}