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

AddSplitPointsRequest

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

The request for AddSplitPoints.

interface AddSplitPointsRequest {
initiator?: string;
splitPoints?: SplitPoints[];
}

§Properties

§
initiator?: string
[src]

Optional. A user-supplied tag associated with the split points. For example, "initial_data_load", "special_event_1". Defaults to "CloudAddSplitPointsAPI" if not specified. The length of the tag must not exceed 50 characters, or else it is trimmed. Only valid UTF8 characters are allowed.

§
splitPoints?: SplitPoints[]
[src]

Required. The split points to add.