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

Partition

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

Information returned for each partition returned in a PartitionResponse.

interface Partition {
partitionToken?: Uint8Array;
}

§Properties

§
partitionToken?: Uint8Array
[src]

This token can be passed to Read, StreamingRead, ExecuteSql, or ExecuteStreamingSql requests to restrict the results to those identified by this partition token.