FileServiceGetUploadStreamResult
The relevant details to upload a file through a stream.
Properties
writeStream
PassThroughRequiredA PassThrough write stream object to be used to write the file.
promise
Promise<any>RequiredA promise that should resolved when the writing process is done to finish the upload.
url
stringRequiredThe URL of the file once it’s uploaded.
fileKey
stringRequiredThe 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?