nodejs-bigtable icon indicating copy to clipboard operation
nodejs-bigtable copied to clipboard

start/end types in `GetRowsOptions`

Open GuillaumeCisco opened this issue 2 years ago • 1 comments

https://github.com/googleapis/nodejs-bigtable/blob/752a6e7b5864f627940904d8d85008ae3dd6046d/src/table.ts#L249

Looks like type is incorrect. It can be either a string or an object {value: string, inclusive: bool }

See examples: https://cloud.google.com/nodejs/docs/reference/bigtable/latest/bigtable/table

GuillaumeCisco avatar Jul 11 '22 13:07 GuillaumeCisco

Where do you see this in the examples?

danieljbruce avatar Sep 20 '22 15:09 danieljbruce