The current TransferState of the transfer.
Return the current selected destination folder
Gets the metadata associated with this upload.
The metadata object or undefined if no metadata is set.
Sets the metadata to be associated with this upload. The metadata should match the format expected by the portal.
The metadata object to set.
The unique identifier for this transfer
2ccc5d48-e43b-40b7-bb70-f591dc51c293
Subscribe to a transfer event
The type of event we are subscribing to.
The listener we wish to assign to an event.
Unsubscribe from a transfer event
true if the listener was present and unsubscribed, false if there was no match for the eventType / listener combination.
The type of event we are unsubscribing from.
Optional listener: TransferEventCallback<Upload>The listener we wish to unsubscribe.
Generated using TypeDoc
Interface representing a platform upload transfer operation. Extends the base Upload functionality with platform-specific features.