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

Properties of a RowRange.

Package

@google-cloud/bigtable!

Properties

endKeyClosed

endKeyClosed?: (Uint8Array|string|null);

RowRange endKeyClosed

Property Value
TypeDescription
(Uint8Array|string|null)

endKeyOpen

endKeyOpen?: (Uint8Array|string|null);

RowRange endKeyOpen

Property Value
TypeDescription
(Uint8Array|string|null)

startKeyClosed

startKeyClosed?: (Uint8Array|string|null);

RowRange startKeyClosed

Property Value
TypeDescription
(Uint8Array|string|null)

startKeyOpen

startKeyOpen?: (Uint8Array|string|null);

RowRange startKeyOpen

Property Value
TypeDescription
(Uint8Array|string|null)