Interface GetRowsOptions (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
Type Description
boolean

encoding

  encoding 
 ?: 
  
 string 
 ; 
 

The encoding to use when converting Buffer values to a string.

Property Value
Type Description
string

end

  end 
 ?: 
  
 string 
 ; 
 

End value for key range.

Property Value
Type Description
string

filter

  filter 
 ?: 
  
 RawFilter 
 ; 
 

Row filters allow you to both make advanced queries and format how the data is returned.

Property Value
Type Description
RawFilter

gaxOptions

  gaxOptions 
 ?: 
  
 CallOptions 
 ; 
 

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

Property Value
Type Description
CallOptions

keys

  keys 
 ?: 
  
 string 
 []; 
 

A list of row keys.

Property Value
Type Description
string[]

limit

  limit 
 ?: 
  
 number 
 ; 
 

Maximum number of rows to be returned.

Property Value
Type Description
number

prefix

  prefix 
 ?: 
  
 string 
 ; 
 

Prefix that the row key must match.

Property Value
Type Description
string

prefixes

  prefixes 
 ?: 
  
 string 
 []; 
 

List of prefixes that a row key must match.

Property Value
Type Description
string[]

ranges

  ranges 
 ?: 
  
 PrefixRange 
 []; 
 

A list of key ranges.

Property Value
Type Description
PrefixRange []

start

  start 
 ?: 
  
 string 
 ; 
 

Start value for key range.

Property Value
Type Description
string
Create a Mobile Website
View Site in Mobile | Classic
Share by: