Control Chunking #35
-
How is chunking controlled, i.e. the threshold for whether the file is send in one chunk or broken up and sent in multiple chunks? |
Beta Was this translation helpful? Give feedback.
Answered by
brecht-vermeersch
Aug 5, 2024
Replies: 1 comment 4 replies
-
UploadBlobOptions can be used and passed to the BlobClient::upload method. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
brecht-vermeersch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UploadBlobOptions can be used and passed to the BlobClient::upload method.
https://github.com/Azure-OSS/azure-storage-php/blob/main/src/Blob/Models/UploadBlobOptions.php