Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileUploadOptions

Hierarchy

  • FileUploadOptions

Index

Properties

Optional backoff

backoff: undefined | number

Optional contentLength

contentLength: undefined | number

The length of the file in bytes.

Automatically calculated for Buffers.

Required in order to enable single-part uploads for streams.

Optional contentType

contentType: undefined | string

Optional fileInfo

fileInfo: FileInfo

Optional maxRetries

maxRetries: undefined | number

Optional sha1

sha1: undefined | string

We will calculate this if not passed

Generated using TypeDoc