Please, I can find out what is the maximum file size for uploading to the azure memory maze using uploadfile api.
Since UploadFile() writes to the Blobs block, the maximum file size is 200 GB.
UploadFile()
Behind the scenes, UploadFile() makes calls to the Windows Azure Storage REST API. You can read information about such calls here .
Update: As of December 2016, the maximum Blob block size increased to approximately 4.75 TB (50,000 x 100 MB blocks).
Source: https://azure.microsoft.com/en-gb/blog/general-availability-larger-block-blobs-in-azure-storage/
It mostly depends on what type of blob you are using. Explains the general information about block blocks and page blocks .
If you use block blobs (UploadFile API):
If you are writing a block block no larger than 64 MB, you can download it completely with a single write operation. (The default vault clients are 32 MB, set using the SingleBlobUploadThresholdInBytes property.)
Source: https://habr.com/ru/post/907558/More articles:[PersistenceUnit: ]: Unable to create EntityManagerFactory - javaHow to make admob work with Android version <= 3.2? - androidHow to reload or reload an application for iPhone programmatically in iOS - iostastypie publication and full example - apihow to transfer additional data from one fragment to another through activity - androidCall Blocking Tracking C - cauto start stop remote tomcat before redeploying the jenkins war (deploy plugin) - windowsIs there a WPF equivalent for ToolStripButton? - wpfJSP mod statement doesn't work - jspJava reads a file with a space in its path - javaAll Articles