What's the purpose of "sealed" property of a blob?

Gaurav Mantri 21 Reputation points
2020-11-05T12:20:01.883+00:00

I was looking at the documentation for Azure Blob Storage Node SDK and noticed that there's a property called isSealed (Ref: https://learn.microsoft.com/en-gb/javascript/api/@azure/storage-blob/blobgetpropertiesresponse?view=azure-node-latest#isSealed). However no details were provided there and also I could not find anything regarding this in REST API documentation as well.

Can someone tell me what's the purpose of this property?

Thanks

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,570 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sumarigo-MSFT 44,816 Reputation points Microsoft Employee
    2020-11-06T09:24:25.353+00:00

    @Gaurav Mantri Thanks for bringing this to our attention. The document will be updated asap in Java script.

    The “sealed” property is related to a new feature Append Blob Seal which allows users and applications to seal append blobs, marking them as read only.

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

    -------------------------------------------------------------------------------------------------------------------

    Please don’t forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful