AccountBlobProperties

data class AccountBlobProperties(val changeFeedEnabled: Boolean? = null, val changeFeedRetentionInDays: Int? = null, val containerDeleteRetentionPolicy: AccountBlobPropertiesContainerDeleteRetentionPolicy? = null, val corsRules: List<AccountBlobPropertiesCorsRule>? = null, val defaultServiceVersion: String? = null, val deleteRetentionPolicy: AccountBlobPropertiesDeleteRetentionPolicy? = null, val lastAccessTimeEnabled: Boolean? = null, val restorePolicy: AccountBlobPropertiesRestorePolicy? = null, val versioningEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(changeFeedEnabled: Boolean? = null, changeFeedRetentionInDays: Int? = null, containerDeleteRetentionPolicy: AccountBlobPropertiesContainerDeleteRetentionPolicy? = null, corsRules: List<AccountBlobPropertiesCorsRule>? = null, defaultServiceVersion: String? = null, deleteRetentionPolicy: AccountBlobPropertiesDeleteRetentionPolicy? = null, lastAccessTimeEnabled: Boolean? = null, restorePolicy: AccountBlobPropertiesRestorePolicy? = null, versioningEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is the blob service properties for change feed events enabled? Default to false.

Link copied to clipboard

The duration of change feed events retention in days. The possible values are between 1 and 146000 days (400 years). Setting this to null (or omit this in the configuration file) indicates an infinite retention of the change feed.

Link copied to clipboard

A container_delete_retention_policy block as defined below.

Link copied to clipboard

A cors_rule block as defined below.

Link copied to clipboard

The API Version which should be used by default for requests to the Data Plane API if an incoming request doesn't specify an API Version.

Link copied to clipboard

A delete_retention_policy block as defined below.

Link copied to clipboard

Is the last access time based tracking enabled? Default to false.

Link copied to clipboard

A restore_policy block as defined below. This must be used together with delete_retention_policy set, versioning_enabled and change_feed_enabled set to true.

Link copied to clipboard

Is versioning enabled? Default to false.