Parameters
Returns Promise<BlockBlobUploadResponse>
Response data for the Block Blob Upload operation.
Example usage:
const content = "Hello world!";const uploadBlobResponse = await blockBlobClient.upload(content, content.length); Response data for the Block Blob Upload operation.
Example usage:
const content = "Hello world!";const uploadBlobResponse = await blockBlobClient.upload(content, content.length);