skip to Main Content

Get file names from azure blob storage

I'm using azure blobstorage in c#, is there a way, a method to get the list of files from a given specific folder? like get all file names inside this url https://prueba.blob.core.windows.net/simem/UAL/Dato%20de%20archivo%20prueba%20No1/2022/1/16 i know that using container.GetBlobs() i would get…

VIEW QUESTION

how to get informations about operations rest api on azure storage account

i tried to get all operations (Get, Put, Delete)etc.. on a specific storage account but I don't get all information (on which container, on which blob).. I tried these two api : 1) https://management.azure.com/subscriptions/XXX/resourceGroups/XXX/providers/Microsoft.Storage/storageAccounts/XXX/providers/microsoft.insights/metrics?metricnames=Transactions&timespan=2022-12-18T02:00:00Z/2022-12-20T02:05:00Z&$filter=apiname+eq+'*'+and+ResponseType+eq+'*'+&interval=PT24H&aggregation=Total&orderby=Total+desc&api-version=2019-07-01 but I get only the number…

VIEW QUESTION
Back To Top
Search