Interface GetRowOptions (3.5.4)

Package

@google-cloud/bigtable!

Properties

decode

decode?: boolean;

If set to false it will not decode Buffer values returned from Bigtable.

Property Value
TypeDescription
boolean

filter

filter?: {};
Property Value
TypeDescription
{}

gaxOptions

gaxOptions?: CallOptions;

Request configuration options, outlined here: https://googleapis.github.io/gax-nodejs/CallSettings.html.

Property Value
TypeDescription
CallOptions