Skip to main content

The representation of an upload session chunk.

part_id
string

The unique ID of the chunk.

Example:

"6F2D3486"

offset
integer<int64>

The offset of the chunk within the file in bytes. The lower bound of the position of the chunk within the file.

Example:

16777216

size
integer<int64>

The size of the chunk in bytes.

Example:

3222784

sha1
string

The SHA1 hash of the chunk.

Example:

"134b65991ed521fcfe4724b7d814ab8ded5185dc"