SeanFeldman/azure-events-wishlist

Blob Storage event for accessing blobs

Opened this issue · 4 comments

Usecase scenario

To track what blobs were accessed and acting on that.
A bonus would be to have blob metadata such as size.

xyh1 commented

This would be extremely noisy and costly.
Turning on logging would be better

@xyh1, logging wouldn't have the blob size, would it?

xyh1 commented

It's been a while since I took at look at it but I would suspect the response packet size would be close to the blob size:

https://learn.microsoft.com/en-us/rest/api/storageservices/storage-analytics-log-format

Looks like response-packet-size could do the trick. Thank you, @xyh1.