#Pessimistic Concurrency Blob Storage Azure
Explore tagged Tumblr posts
Text
Modify Block Blob with Pessimistic Concurrency approach Azure
In this example, we’ll take a Block Blob and an example of a class named Assignment. The Pessimistic Concurrency approach takes a Lease on a Blob Client and allows overwrite only if the Lease is not expired else it’ll give HttpStatusCode.PreconditionFailed error. For more details, check the following document. The code below is a .Net 6 Console App. The Assignment Class has the following…
View On WordPress
0 notes