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

PartitionResponse

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

The response for PartitionQuery or PartitionRead

interface PartitionResponse {
partitions?: Partition[];
transaction?: Transaction;
}

§Properties

§
partitions?: Partition[]
[src]

Partitions created by this request.

§
transaction?: Transaction
[src]

Transaction created by this request.