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

ProjectsInstancesInstancePartitionsListOptions

import type { ProjectsInstancesInstancePartitionsListOptions } from "https://googleapis.deno.dev/v1/spanner:v1.ts";

Additional options for Spanner#projectsInstancesInstancePartitionsList.

interface ProjectsInstancesInstancePartitionsListOptions {
instancePartitionDeadline?: Date;
pageSize?: number;
pageToken?: string;
}

§Properties

§
instancePartitionDeadline?: Date
[src]

Optional. Deadline used while retrieving metadata for instance partitions. Instance partitions whose metadata cannot be retrieved within this deadline will be added to unreachable in ListInstancePartitionsResponse.

§
pageSize?: number
[src]

Number of instance partitions to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.

§
pageToken?: string
[src]

If non-empty, page_token should contain a next_page_token from a previous ListInstancePartitionsResponse.