Skip to content

Commit 27122df

Browse files
Update articles/storage/blobs/storage-blobs-tune-upload-download-java.md
1 parent aea3939 commit 27122df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-blobs-tune-upload-download-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ In this example, we set the maximum number of parallel transfer workers to 2 usi
9090
During an upload, the Storage client libraries split a given upload stream into multiple subuploads based on the configuration options defined by `ParallelTransferOptions`. Each subupload has its own dedicated call to the REST operation. For a `BlobClient` object, this operation is [Put Block](/rest/api/storageservices/put-block). The Storage client library manages these REST operations in parallel (depending on transfer options) to complete the full upload.
9191

9292
> [!NOTE]
93-
> Block blobs have a maximum block count of 50,000 blocks. The maximum size of your block blob, then, is 50,000 times `max_block_size`.
93+
> Block blobs have a maximum block count of 50,000 blocks. The maximum size of your block blob, then, is 50,000 times `block_size`.
9494
9595
#### Buffering during uploads
9696

0 commit comments

Comments
 (0)