Interface protos.google.bigtable.v2.ReadRowsResponse.ICellChunk (3.6.0)

Properties of a CellChunk.

Package

@google-cloud/bigtable!

Properties

commitRow

commitRow?: (boolean|null);

CellChunk commitRow

Property Value
TypeDescription
(boolean|null)

familyName

familyName?: (google.protobuf.IStringValue|null);

CellChunk familyName

Property Value
TypeDescription
(google.protobuf.IStringValue|null)

labels

labels?: (string[]|null);

CellChunk labels

Property Value
TypeDescription
(string[]|null)

qualifier

qualifier?: (google.protobuf.IBytesValue|null);

CellChunk qualifier

Property Value
TypeDescription
(google.protobuf.IBytesValue|null)

resetRow

resetRow?: (boolean|null);

CellChunk resetRow

Property Value
TypeDescription
(boolean|null)

rowKey

rowKey?: (Uint8Array|string|null);

CellChunk rowKey

Property Value
TypeDescription
(Uint8Array|string|null)

timestampMicros

timestampMicros?: (number|Long|string|null);

CellChunk timestampMicros

Property Value
TypeDescription
(number|Long|string|null)

value

value?: (Uint8Array|string|null);

CellChunk value

Property Value
TypeDescription
(Uint8Array|string|null)

valueSize

valueSize?: (number|null);

CellChunk valueSize

Property Value
TypeDescription
(number|null)