GetPolicyRuleActionSnapshot

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

Constructors

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