Class SplitPoints (3.54.0)

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

The split points of a table/index.

Attributes

Name Description
table str
The table to split.
index str
The index to split. If specified, the table field must refer to the index's base table.
keys MutableSequence[google.cloud.spanner_admin_database_v1.types.SplitPoints.Key]
Required. The list of split keys, i.e., the split boundaries.
expire_time google.protobuf.timestamp_pb2.Timestamp
Optional. The expiration timestamp of the split points. A timestamp in the past means immediate expiration. The maximum value can be 30 days in the future. Defaults to 10 days in the future if not specified.

Classes

Key

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

A split key.