ImmutableStorageWithVersioning Class
Object level immutability properties of the container.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.storage._serialization.ModelImmutableStorageWithVersioning
Constructor
ImmutableStorageWithVersioning(*, enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
This is an immutable property, when set to true it enables object level immutability at the container level. |
Variables
Name | Description |
---|---|
enabled
|
This is an immutable property, when set to true it enables object level immutability at the container level. |
time_stamp
|
Returns the date and time the object level immutability was enabled. |
migration_state
|
This property denotes the container level immutability to object level immutability migration state. Known values are: "InProgress" and "Completed". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python