AddSplitPointsRequest
import type { AddSplitPointsRequest } from "https://googleapis.deno.dev/v1/spanner:v1.ts";
The request for AddSplitPoints.
§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.