All Products
Search
Document Center

Tablestore:SplitLocation

Last Updated:Aug 23, 2024

Specifies the location information about a split point.

Data structure

message SplitLocation {
     required string location = 1;
     required sint64 repeat = 2;
 }

Parameter

Type

Required

Description

location

string

Yes

The location of the split point.

repeat

sint64

Yes

The number of times for which the split point is repeated.