AdapterSessionCopyimport 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.