Skip to content

azure-storage-blob_12.2.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 13 Jan 19:25
f6a240a

12.2.0 (2020-01-08)

This package's
documentation
and
samples

  • Added a field to ParallelTransferOptions that allows customers to configure the maximum size to upload in a single PUT. Data sizes larger than this value will be chunked and parallelized.
  • Added overloads to downloadToFile to add the option to overwrite existing files. Default behavior is to not overwrite.
  • Improved performance of BlockBlobOutputStream.
  • Added overloads to BlockBlobClient.getBlobOutputStream to allow users to provide parallel transfer options, http headers, metadata, access tier, and request conditions.