How to find out Azure blob storage container size in Visual Studio with Azure SDK installed?
By : Yi-Wei Chen
Date : March 29 2020, 07:55 AM
I hope this helps . I guess only way to get the size of the container is to loop through the blobs. I have checked with Azure storage explorer and Cloud Storage studio for the same but even these tools doesn't provide total size of the container but tells the size of each blob though. Please see this
|
How do you get the size of specific directory within a container in Azure Blob Storage?
By : Warren Iwamoto
Date : March 29 2020, 07:55 AM
To fix this issue I've solved my own question, but leaving here for future azure blob storage explorers. You actually need to provide the prefix when you call container.ListBlobs(prefix: 'somedir', true) in order to just access the specific directory involved. This directory is whatever comes AFTER the container name you are accessing.
|
Azure blob storage container directory max size
By : Swarnpal Singh
Date : March 29 2020, 07:55 AM
hop of those help? Can i set up max size of the directory of every image in the container?
|
Azure Blob Storage - Retrieve user that reads or writes blob in Storage Container
By : user2718905
Date : March 29 2020, 07:55 AM
will be helpful for those in need Unfortunately it's not an option in the current logs that are generated, they aren't fine grained yet(will be better on a newer release). the current log format would only indicate whether the request was authenticated or not, This is an example of logs 2.0 for azure storage: code :
1.0;2014-06-19T01:33:54.0926521Z;PutBlob;Success;201;197;54;authenticated;storagesample;storagesample;blob;"https://storagesample.blob.core.windows.net/sample-container1/00001.txt";"/storagesample/sample-container1/00001.txt";a200be85-1c98-4dd9-918e-f13d8c0538e0;0;192.100.0.102:4362;2014-02-14;460;23;225;0;23;"DrPO6z1f00SCsomhaf+J/A==";"DrPO6z1f00SCsomhaf+J/A==";""0x8D15975AA456EA4"";Thursday, 19-Jun-14 01:33:53 GMT;;"WA-Storage/4.0.1 (.NET CLR 4.0.30319.34014; Win32NT 6.3.9600.0)";;"1fe6814a-e4cb-4195-a3cf-837dc7120f68"
|
NLog with azure blob storage container file size
By : jgopaw jgiea
Date : March 29 2020, 07:55 AM
|