Skip to main content
Skip to main content

FileServiceGetUploadStreamResult

The relevant details to upload a file through a stream.

Properties

writeStreamPassThroughRequired
A PassThrough write stream object to be used to write the file.
promisePromise<any>Required
A promise that should resolved when the writing process is done to finish the upload.
urlstringRequired
The URL of the file once it’s uploaded.
fileKeystringRequired
The identifier of the file in the storage. For example, for a local file service, this can be the file's name.
Was this section helpful?