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

CreateInstancePartitionRequest

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

The request for CreateInstancePartition.

interface CreateInstancePartitionRequest {
instancePartition?: InstancePartition;
instancePartitionId?: string;
}

§Properties

§
instancePartition?: InstancePartition
[src]

Required. The instance partition to create. The instance_partition.name may be omitted, but if specified must be /instancePartitions/.

§
instancePartitionId?: string
[src]

Required. The ID of the instance partition to create. Valid identifiers are of the form a-z*[a-z0-9] and must be between 2 and 64 characters in length.