Skip to content

Configurable maxSingleShotSize for uploadFileToBlockBlob #5887

@rickle-msft

Description

@rickle-msft

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

No one assigned

    Labels

    ClientThis issue points to a problem in the data-plane of the library.StorageStorage Service (Queues, Blobs, Files)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions