Bigtable v0.7.0 Bigtable.ReadModifyWriteRow View Source

Provides functionality for building and submitting a Google.Bigtable.V2.ReadModifyWriteRowRequest.

Link to this section Summary

Link to this section Types

Link to this type

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

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 given a row key and optional table name.

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()) :: response()