ManagementPolicyRuleActionsVersion

data class ManagementPolicyRuleActionsVersion(val changeTierToArchiveAfterDaysSinceCreation: Int? = null, val changeTierToCoolAfterDaysSinceCreation: Int? = null, val deleteAfterDaysSinceCreation: Int? = null, val tierToArchiveAfterDaysSinceLastTierChangeGreaterThan: Int? = null, val tierToColdAfterDaysSinceCreationGreaterThan: Int? = null)

Constructors

Link copied to clipboard
constructor(changeTierToArchiveAfterDaysSinceCreation: Int? = null, changeTierToCoolAfterDaysSinceCreation: Int? = null, deleteAfterDaysSinceCreation: Int? = null, tierToArchiveAfterDaysSinceLastTierChangeGreaterThan: Int? = null, tierToColdAfterDaysSinceCreationGreaterThan: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

The age in days after creation to tier blob version to archive storage. Must be between 0 and 99999. Defaults to -1.

Link copied to clipboard

The age in days creation create to tier blob version to cool storage. Must be between 0 and 99999. Defaults to -1.

Link copied to clipboard

The age in days after creation to delete the blob version. Must be between 0 and 99999. Defaults to -1.

The age in days after last tier change to the blobs to skip to be archved. Must be between 0 and 99999. Defaults to -1.

The age in days after creation to cold storage. Supports blob currently at Hot tier. Must be between 0 and 99999. Defaults to -1.