LegalHoldProperties Class

The LegalHold property of a blob container.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
LegalHoldProperties

Constructor

LegalHoldProperties(*, tags: Optional[List[azure.mgmt.storage.v2021_06_01.models._models_py3.TagProperty]] = None, protected_append_writes_history: Optional[azure.mgmt.storage.v2021_06_01.models._models_py3.ProtectedAppendWritesHistory] = None, **kwargs)

Variables

has_legal_hold
bool

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.

tags
list[TagProperty]

A set of tags. The list of LegalHold tags of a blob container.

protected_append_writes_history
ProtectedAppendWritesHistory

Protected append blob writes history.