ManagementPolicyBaseBlobResponse

data class ManagementPolicyBaseBlobResponse(val delete: DateAfterModificationResponse? = null, val enableAutoTierToHotFromCool: Boolean? = null, val tierToArchive: DateAfterModificationResponse? = null, val tierToCool: DateAfterModificationResponse? = null)

Management policy action for base blob.

Constructors

Link copied to clipboard
constructor(delete: DateAfterModificationResponse? = null, enableAutoTierToHotFromCool: Boolean? = null, tierToArchive: DateAfterModificationResponse? = null, tierToCool: DateAfterModificationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The function to delete the blob

Link copied to clipboard

This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan.

Link copied to clipboard

The function to tier blobs to archive storage. Support blobs currently at Hot or Cool tier

Link copied to clipboard

The function to tier blobs to cool storage. Support blobs currently at Hot tier