Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UploadChunkRange

Package version

Information about which portion of the file to upload.

Hierarchy

  • UploadChunkRange

Index

Properties

Optional endPosition

endPosition: undefined | string

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

Optional startPosition

startPosition: undefined | string

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

Generated using TypeDoc