Interface protos.google.bigtable.v2.IRow (3.6.0)

Properties of a Row.

Package

@google-cloud/bigtable!

Properties

families

families?: (google.bigtable.v2.IFamily[]|null);

Row families

Property Value
TypeDescription
(google.bigtable.v2.IFamily[]|null)

key

key?: (Uint8Array|string|null);

Row key

Property Value
TypeDescription
(Uint8Array|string|null)