Light Logo
JavaScript SDK (v0.49.0)Reference

Upload

Represents an upload.

Interface: Upload

Represents an upload.

Properties

id

id: string

The identifier for the upload.


part_size

part_size: number

The size, in bytes, of each part. All parts are this size except the last one, which may be smaller. If the upload consists of a single part, this value equals the total file size.


urls

urls: string[]

The urls used to upload the file.