Get Policy Rule Action Snapshot
data class GetPolicyRuleActionSnapshot(val changeTierToArchiveAfterDaysSinceCreation: Int, val changeTierToCoolAfterDaysSinceCreation: Int, val deleteAfterDaysSinceCreationGreaterThan: Int, val tierToArchiveAfterDaysSinceLastTierChangeGreaterThan: Int, val tierToColdAfterDaysSinceCreationGreaterThan: Int)
Properties
Link copied to clipboard
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.
Link copied to clipboard
The age in days after last tier change to the blobs to skip to be archived.
Link copied to clipboard
Optional The age in days after creation to cold storage. Supports blob currently at Hot tier.