ImmutableStorageWithVersioning Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Object level immutability properties of the container.
public class ImmutableStorageWithVersioning
type ImmutableStorageWithVersioning = class
Public Class ImmutableStorageWithVersioning
- Inheritance
-
ImmutableStorageWithVersioning
Constructors
ImmutableStorageWithVersioning() |
Initializes a new instance of the ImmutableStorageWithVersioning class. |
ImmutableStorageWithVersioning(Nullable<Boolean>, Nullable<DateTime>, String) |
Initializes a new instance of the ImmutableStorageWithVersioning class. |
Properties
Enabled |
Gets or sets this is an immutable property, when set to true it enables object level immutability at the container level. |
MigrationState |
Gets this property denotes the container level immutability to object level immutability migration state. Possible values include: 'InProgress', 'Completed' |
TimeStamp |
Gets returns the date and time the object level immutability was enabled. |
Applies to
Azure SDK for .NET