GetPolicyRuleActionSnapshot

data class GetPolicyRuleActionSnapshot(val changeTierToArchiveAfterDaysSinceCreation: Int, val changeTierToCoolAfterDaysSinceCreation: Int, val deleteAfterDaysSinceCreationGreaterThan: Int, val tierToArchiveAfterDaysSinceLastTierChangeGreaterThan: Int, val tierToColdAfterDaysSinceCreationGreaterThan: Int)

Constructors

Link copied to clipboard
constructor(changeTierToArchiveAfterDaysSinceCreation: Int, changeTierToCoolAfterDaysSinceCreation: Int, deleteAfterDaysSinceCreationGreaterThan: 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 snapshot.

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.