Interface protos.google.bigtable.v2.IReadRowsRequest (3.5.4)

Properties of a ReadRowsRequest.

Package

@google-cloud/bigtable!

Properties

appProfileId

appProfileId?: (string|null);

ReadRowsRequest appProfileId

Property Value
TypeDescription
(string|null)

filter

filter?: (google.bigtable.v2.IRowFilter|null);

ReadRowsRequest filter

Property Value
TypeDescription
(google.bigtable.v2.IRowFilter|null)

rows

rows?: (google.bigtable.v2.IRowSet|null);

ReadRowsRequest rows

Property Value
TypeDescription
(google.bigtable.v2.IRowSet|null)

rowsLimit

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

ReadRowsRequest rowsLimit

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

tableName

tableName?: (string|null);

ReadRowsRequest tableName

Property Value
TypeDescription
(string|null)