ImmutableStorageWithVersioning interface
Object level immutability properties of the container.
Properties
enabled | This is an immutable property, when set to true it enables object level immutability at the container level. |
migration |
This property denotes the container level immutability to object level immutability migration state. NOTE: This property will not be serialized. It can only be populated by the server. |
time |
Returns the date and time the object level immutability was enabled. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
enabled
This is an immutable property, when set to true it enables object level immutability at the container level.
enabled?: boolean
Property Value
boolean
migrationState
This property denotes the container level immutability to object level immutability migration state. NOTE: This property will not be serialized. It can only be populated by the server.
migrationState?: string
Property Value
string
timeStamp
Returns the date and time the object level immutability was enabled. NOTE: This property will not be serialized. It can only be populated by the server.
timeStamp?: Date
Property Value
Date