Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Updated BlobRequestOptions.java #519

Open
wants to merge 1 commit into
base: legacy-master
Choose a base branch
from

Commits on Dec 18, 2019

  1. Updated BlobRequestOptions.java

    singleBlobPutThresholdInBytes property default size is mentioned as 32 MB.
    
    The default threshold size is set in the client and is by default 32MB. You can change the threshold size on this
    request by setting this property.
    
    I have updated this one to 132 MB.
    As per the discussion I had with MSFT Storage SMEs, this is a documentation bug.
    
    (256 * 1024 * 1024) / 2 = 134217728‬, this is what the default threshold size is coming.
    
    Follow below Teams link for more details:
    https://teams.microsoft.com/l/message/19:[email protected]/1576580014301?tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47&groupId=8a6a0fe1-0d7d-41a0-93f0-0fd7af9ac2c8&parentMessageId=1576505277402&teamName=PaaS%20Developer%20POD%20Global&channelName=Storage&createdTime=1576580014301
    sjoshi570 authored Dec 18, 2019
    Configuration menu
    Copy the full SHA
    7dced80 View commit details
    Browse the repository at this point in the history