Interface protos.google.bigtable.v2.ReadRowsResponse.ICellChunk (6.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of a CellChunk.
Package
@google-cloud/bigtable
Properties
commitRow
commitRow?: (boolean|null);
familyName
familyName?: (google.protobuf.IStringValue|null);
labels
labels?: (string[]|null);
qualifier
qualifier?: (google.protobuf.IBytesValue|null);
resetRow
resetRow?: (boolean|null);
rowKey
rowKey?: (Uint8Array|Buffer|string|null);
timestampMicros
timestampMicros?: (number|Long|string|null);
CellChunk timestampMicros
value
value?: (Uint8Array|Buffer|string|null);
valueSize
valueSize?: (number|null);
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["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-07 UTC."],[],[],null,["# Interface protos.google.bigtable.v2.ReadRowsResponse.ICellChunk (6.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [6.0.0 (latest)](/nodejs/docs/reference/bigtable/latest/bigtable/protos.google.bigtable.v2.readrowsresponse.icellchunk)\n- [5.1.2](/nodejs/docs/reference/bigtable/5.1.2/bigtable/protos.google.bigtable.v2.readrowsresponse.icellchunk)\n- [5.0.0](/nodejs/docs/reference/bigtable/5.0.0/bigtable/protos.google.bigtable.v2.readrowsresponse.icellchunk)\n- [4.6.1](/nodejs/docs/reference/bigtable/4.6.1/bigtable/protos.google.bigtable.v2.readrowsresponse.icellchunk)\n- [4.1.0](/nodejs/docs/reference/bigtable/4.1.0/bigtable/protos.google.bigtable.v2.readrowsresponse.icellchunk)\n- [4.0.5](/nodejs/docs/reference/bigtable/4.0.5/bigtable/protos.google.bigtable.v2.readrowsresponse.icellchunk)\n- [3.10.0](/nodejs/docs/reference/bigtable/3.10.0/bigtable/protos.google.bigtable.v2.readrowsresponse.icellchunk)\n- [3.9.4](/nodejs/docs/reference/bigtable/3.9.4/bigtable/protos.google.bigtable.v2.readrowsresponse.icellchunk)\n- [3.8.0](/nodejs/docs/reference/bigtable/3.8.0/bigtable/protos.google.bigtable.v2.readrowsresponse.icellchunk)\n- [3.7.0](/nodejs/docs/reference/bigtable/3.7.0/bigtable/protos.google.bigtable.v2.readrowsresponse.icellchunk)\n- [3.6.0](/nodejs/docs/reference/bigtable/3.6.0/bigtable/protos.google.bigtable.v2.readrowsresponse.icellchunk)\n- [3.5.4](/nodejs/docs/reference/bigtable/3.5.4/bigtable/protos.google.bigtable.v2.readrowsresponse.icellchunk) \nProperties of a CellChunk.\n\nPackage\n-------\n\n[@google-cloud/bigtable](../overview.html)\n\nProperties\n----------\n\n### commitRow\n\n commitRow?: (boolean|null);\n\nCellChunk commitRow\n\n### familyName\n\n familyName?: (google.protobuf.IStringValue|null);\n\nCellChunk familyName\n\n### labels\n\n labels?: (string[]|null);\n\nCellChunk labels\n\n### qualifier\n\n qualifier?: (google.protobuf.IBytesValue|null);\n\nCellChunk qualifier\n\n### resetRow\n\n resetRow?: (boolean|null);\n\nCellChunk resetRow\n\n### rowKey\n\n rowKey?: (Uint8Array|Buffer|string|null);\n\nCellChunk rowKey\n\n### timestampMicros\n\n timestampMicros?: (number|Long|string|null);\n\nCellChunk timestampMicros\n\n### value\n\n value?: (Uint8Array|Buffer|string|null);\n\nCellChunk value\n\n### valueSize\n\n valueSize?: (number|null);\n\nCellChunk valueSize"]]