Adds contentSettings object to createWriteStreamToBlockBlob call. Sets the blob's contentType to the file's mime type and defaults the disposition to 'inline' allowing the file to be streamed/embedded rather than downloading.
To set the blob to download by default, send a request to the proper endpoint, setting the disposition to 'attachment'.
Adds contentSettings object to createWriteStreamToBlockBlob call. Sets the blob's contentType to the file's mime type and defaults the disposition to 'inline' allowing the file to be streamed/embedded rather than downloading.
To set the blob to download by default, send a request to the proper endpoint, setting the disposition to 'attachment'.
https://docs.microsoft.com/en-us/rest/api/storageservices/set-blob-properties