Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ProjectsInstancesTablesListOptions

import type { ProjectsInstancesTablesListOptions } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Additional options for BigtableAdmin#projectsInstancesTablesList.

interface ProjectsInstancesTablesListOptions {
pageSize?: number;
pageToken?: string;
view?:
| "VIEW_UNSPECIFIED"
| "NAME_ONLY"
| "SCHEMA_VIEW"
| "REPLICATION_VIEW"
| "ENCRYPTION_VIEW"
| "STATS_VIEW"
| "FULL";
}

§Properties

§
pageSize?: number
[src]

Maximum number of results per page. A page_size of zero lets the server choose the number of items to return. A page_size which is strictly positive will return at most that many items. A negative page_size will cause an error. Following the first request, subsequent paginated calls are not required to pass a page_size. If a page_size is set in subsequent calls, it must match the page_size given in the first request.

§
pageToken?: string
[src]

The value of next_page_token returned by a previous call.

§
view?: "VIEW_UNSPECIFIED" | "NAME_ONLY" | "SCHEMA_VIEW" | "REPLICATION_VIEW" | "ENCRYPTION_VIEW" | "STATS_VIEW" | "FULL"
[src]

The view to be applied to the returned tables' fields. Only NAME_ONLY view (default), REPLICATION_VIEW and ENCRYPTION_VIEW are supported.