Package version:

Interface ImmutableStorageWithVersioning

Object level immutability properties of the container.

interface ImmutableStorageWithVersioning {
    enabled?: boolean;
    migrationState?: string;
    timeStamp?: any;
}

Properties

enabled?: boolean

This is an immutable property, when set to true it enables object level immutability at the container level.

migrationState?: string

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.

timeStamp?: any

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.