@azure/storage-blob 12.8.1-alpha.20210915.2 → 12.8.1-alpha.20211102.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
@@ -20146,7 +20146,7 @@ class BlockBlobClient extends BlobClient {
|
|
20146
20146
|
* Uploads data to block blob. Requires a bodyFactory as the data source,
|
20147
20147
|
* which need to return a {@link HttpRequestBody} object with the offset and size provided.
|
20148
20148
|
*
|
20149
|
-
* When data length is no more than the
|
20149
|
+
* When data length is no more than the specified {@link BlockBlobParallelUploadOptions.maxSingleShotSize} (default is
|
20150
20150
|
* {@link BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES}), this method will use 1 {@link upload} call to finish the upload.
|
20151
20151
|
* Otherwise, this method will call {@link stageBlock} to upload blocks, and finally call {@link commitBlockList}
|
20152
20152
|
* to commit the block list.
|