-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.StorageStorage Service (Queues, Blobs, Files)Storage Service (Queues, Blobs, Files)
Description
This value should be added as a parameter to uploadFile, either in the method signature or in ParallelTransferOptions. It can default to the maxUploadSize of 256MB. The reason for this parameter is allowing customers to configure streaming vs transaction costs. Breaking larger files into chunks can possibily parallelize and therefore speedup transfer, but it can consume more resources and requires more requests, which may be undesirable in certain environments. Therefore, the customer should be able to configure when they want to upload an entire file all at once if the size is permitted by the service.
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.StorageStorage Service (Queues, Blobs, Files)Storage Service (Queues, Blobs, Files)