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

ProjectsInstancesDatabasesSessionsListOptions

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

Additional options for Spanner#projectsInstancesDatabasesSessionsList.

interface ProjectsInstancesDatabasesSessionsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * labels.key where key is the name of a label Some examples of using filters are: * labels.env:* --> The session has the label "env". * labels.env:dev --> The session has the label "env" and the value of the label contains the string "dev".

§
pageSize?: number
[src]

Number of sessions 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 ListSessionsResponse.