Bigtable v0.7.0 Bigtable.ReadModifyWriteRow View Source
Provides functionality for building and submitting a Google.Bigtable.V2.ReadModifyWriteRowRequest.
Link to this section Summary
Functions
Builds a Google.Bigtable.V2.ReadModifyWriteRowRequest given a row key and optional table name
Link to this section Types
Link to this type
response()
View Source
response()
View Source
response() ::
{:ok, Google.Bigtable.V2.ReadModifyWriteRowResponse.t()} | {:error, binary()}
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
Link to this function
build(table_name \\ Bigtable.Utils.configured_table_name(), row_key) View Source
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
Link to this function
mutate(request)
View Source
mutate(request)
View Source
mutate(Google.Bigtable.V2.ReadModifyWriteRowRequest.t()) :: response()
mutate(Google.Bigtable.V2.ReadModifyWriteRowRequest.t()) :: response()