UploadChunkRange

Information about which portion of the file to upload.

Properties

Name Type Required
StartPosition string No
EndPosition string No

StartPosition

Type: string
Required: No

The start position of the portion of the file. It's represented by the number of bytes.


EndPosition

Type: string
Required: No

The end position of the portion of the file. It's represented by the number of bytes.