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

