GetPolicyRuleActionVersion

data class GetPolicyRuleActionVersion(val changeTierToArchiveAfterDaysSinceCreation: Int, val changeTierToCoolAfterDaysSinceCreation: Int, val deleteAfterDaysSinceCreation: Int, val tierToArchiveAfterDaysSinceLastTierChangeGreaterThan: Int, val tierToColdAfterDaysSinceCreationGreaterThan: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

The age in days after creation to tier blob version to archive storage.

Link copied to clipboard

The age in days after creation to tier blob version to cool storage.

Link copied to clipboard

The age in days after creation to delete the blob version.

The age in days after last tier change to the blobs to skip to be archived.

Optional The age in days after creation to cold storage. Supports blob currently at Hot tier.