Is Azure Blob storage transactional? -


as title states azure blob storage transactional? have 2 scenarios:

1) need insert/modify 2 files. need or nothing if 1 fails, none inserted/updated.

2) when updating how contention handled? lets have file.txt. 2 users @ same time want update content of file. happens in situation?

if transaction context looking for, don`t think azure blob storage supports in nature. , common of cloud storage.

we can confirm looking @ api, there no transation context https://msdn.microsoft.com/en-us/library/azure/dd179377.aspx

for concurrency, there detail blog post explain how work, please refer below link details

https://azure.microsoft.com/en-us/blog/managing-concurrency-in-microsoft-azure-storage-2/


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -