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. |