Package
@google-cloud/bigtableProperties
decode
decode?: boolean;If set to false it will not decode Buffer values returned from Bigtable.
encoding
encoding?: string;The encoding to use when converting Buffer values to a string.
end
end?: string;End value for key range.
filter
filter?: RawFilter;Row filters allow you to both make advanced queries and format how the data is returned.
gaxOptions
gaxOptions?: CallOptions;Request configuration options, outlined here: https://googleapis.github.io/gax-nodejs/CallSettings.html.
keys
keys?: string[];A list of row keys.
limit
limit?: number;Maximum number of rows to be returned.
prefix
prefix?: string;Prefix that the row key must match.
prefixes
prefixes?: string[];List of prefixes that a row key must match.
ranges
ranges?: PrefixRange[];A list of key ranges.
start
start?: string;Start value for key range.