Class AddSplitPointsRequest (3.61.0)

AddSplitPointsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for AddSplitPoints][google.spanner.admin.database.v1.DatabaseAdmin.AddSplitPoints].

Attributes

Name Description
database str
Required. The database on whose tables/indexes split points are to be added. Values are of the form projects/.
split_points MutableSequence[google.cloud.spanner_admin_database_v1.types.SplitPoints]
Required. The split points to add.
initiator str
Optional. A user-supplied tag associated with the split points. For example, "intital_data_load", "special_event_1". Defaults to "CloudAddSplitPointsAPI" if not specified. The length of the tag must not exceed 50 characters,else will be trimmed. Only valid UTF8 characters are allowed.