BlockBlobClient | @azure/storage-blob
Andrew Henderson
Published Feb 17, 2026
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);