Interface GetTablesOptions (3.6.0)

Package

@google-cloud/bigtable!

Properties

gaxOptions

gaxOptions?: CallOptions;
Property Value
TypeDescription
CallOptions

pageSize

pageSize?: number;
Property Value
TypeDescription
number

pageToken

pageToken?: string;
Property Value
TypeDescription
string

view

view?: 'name' | 'schema' | 'full';

View over the table's fields. Possible options are 'name', 'schema' or 'full'. Default: 'name'.

Property Value
TypeDescription
'name' | 'schema' | 'full'