ImmutableStorageWithVersioningResponse

data class ImmutableStorageWithVersioningResponse(val enabled: Boolean? = null, val migrationState: String, val timeStamp: String)

Object level immutability properties of the container.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, migrationState: String, timeStamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

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

Link copied to clipboard

This property denotes the container level immutability to object level immutability migration state.

Link copied to clipboard

Returns the date and time the object level immutability was enabled.