Reference documentation and code samples for the Cloud Bigtable Client class Mutations.
Represents a Mutation to perform data operation on Bigtable table.
This is used to insert,update, delete operation on row in Bigtable table.
Namespace
Google \ Cloud \ Bigtable
Methods
upsert
Creates Insert/Update mutation for a row.
Parameters
Name
Description
family
string
Family name of the row.
qualifier
string
Column qualifier of the row.
value
string
Value of the column qualifier.
timeStamp
string|int
[optional] A timestamp value, in microseconds.
Use the value -1 to utilize the current Bigtable server time.
Defaults to* the current local system time.
[optional] Array of values value, in microseconds to
delete from column, keyed by start and end representing time range
window.
startDefaults to 0
endDefaults to infinity
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Cloud Bigtable Client - Class Mutations (2.17.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.17.1 (latest)](/php/docs/reference/cloud-bigtable/latest/Mutations)\n- [2.17.0](/php/docs/reference/cloud-bigtable/2.17.0/Mutations)\n- [2.16.0](/php/docs/reference/cloud-bigtable/2.16.0/Mutations)\n- [2.15.0](/php/docs/reference/cloud-bigtable/2.15.0/Mutations)\n- [2.14.0](/php/docs/reference/cloud-bigtable/2.14.0/Mutations)\n- [2.13.0](/php/docs/reference/cloud-bigtable/2.13.0/Mutations)\n- [2.12.0](/php/docs/reference/cloud-bigtable/2.12.0/Mutations)\n- [2.11.1](/php/docs/reference/cloud-bigtable/2.11.1/Mutations)\n- [2.9.1](/php/docs/reference/cloud-bigtable/2.9.1/Mutations)\n- [2.8.0](/php/docs/reference/cloud-bigtable/2.8.0/Mutations)\n- [2.7.0](/php/docs/reference/cloud-bigtable/2.7.0/Mutations)\n- [2.6.3](/php/docs/reference/cloud-bigtable/2.6.3/Mutations)\n- [2.5.0](/php/docs/reference/cloud-bigtable/2.5.0/Mutations)\n- [2.4.0](/php/docs/reference/cloud-bigtable/2.4.0/Mutations)\n- [2.3.0](/php/docs/reference/cloud-bigtable/2.3.0/Mutations)\n- [2.2.1](/php/docs/reference/cloud-bigtable/2.2.1/Mutations)\n- [2.1.0](/php/docs/reference/cloud-bigtable/2.1.0/Mutations)\n- [2.0.1](/php/docs/reference/cloud-bigtable/2.0.1/Mutations)\n- [1.32.1](/php/docs/reference/cloud-bigtable/1.32.1/Mutations)\n- [1.31.1](/php/docs/reference/cloud-bigtable/1.31.1/Mutations)\n- [1.30.0](/php/docs/reference/cloud-bigtable/1.30.0/Mutations)\n- [1.29.2](/php/docs/reference/cloud-bigtable/1.29.2/Mutations)\n- [1.28.3](/php/docs/reference/cloud-bigtable/1.28.3/Mutations)\n- [1.27.0](/php/docs/reference/cloud-bigtable/1.27.0/Mutations)\n- [1.26.2](/php/docs/reference/cloud-bigtable/1.26.2/Mutations)\n- [1.25.0](/php/docs/reference/cloud-bigtable/1.25.0/Mutations)\n- [1.24.1](/php/docs/reference/cloud-bigtable/1.24.1/Mutations)\n- [1.23.0](/php/docs/reference/cloud-bigtable/1.23.0/Mutations)\n- [1.22.2](/php/docs/reference/cloud-bigtable/1.22.2/Mutations)\n- [1.21.1](/php/docs/reference/cloud-bigtable/1.21.1/Mutations)\n- [1.20.3](/php/docs/reference/cloud-bigtable/1.20.3/Mutations) \nReference documentation and code samples for the Cloud Bigtable Client class Mutations.\n\nRepresents a Mutation to perform data operation on Bigtable table.\n\nThis is used to insert,update, delete operation on row in Bigtable table.\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Bigtable\n\nMethods\n-------\n\n### upsert\n\nCreates Insert/Update mutation for a row.\n\n### deleteFromFamily\n\nCreates delete from family mutation for a row.\n\n### deleteFromColumn\n\nCreates delete from column mutation for a row.\n\n### deleteRow\n\nCreates delete row mutation for a row.\n\n### toProto\n\nReturns protobuf representation of Mutations."]]