startIndex property

int? startIndex
getter/setter pair

The start index of the segment in the Part, measured in bytes.

This marks the beginning of the segment and is inclusive, meaning the byte at this index is the first byte of the segment.

Output only.

Implementation

core.int? startIndex;