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

AdapterSession

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

A session in the Cloud Spanner Adapter API.

interface AdapterSession {
name?: string;
}

§Properties

§
name?: string
[src]

Identifier. The name of the session. This is always system-assigned.