LegalHold interface

The LegalHold property of a blob container.

Properties

allowProtectedAppendWritesAll

When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining legal hold protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.

hasLegalHold

The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account. NOTE: This property will not be serialized. It can only be populated by the server.

tags

Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case at SRP.

Property Details

allowProtectedAppendWritesAll

When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining legal hold protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted.

allowProtectedAppendWritesAll?: boolean

Property Value

boolean

hasLegalHold

The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account. NOTE: This property will not be serialized. It can only be populated by the server.

hasLegalHold?: boolean

Property Value

boolean

tags

Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case at SRP.

tags: string[]

Property Value

string[]