Management Policy Rule Actions Version
data class ManagementPolicyRuleActionsVersion(val changeTierToArchiveAfterDaysSinceCreation: Int? = null, val changeTierToCoolAfterDaysSinceCreation: Int? = null, val deleteAfterDaysSinceCreation: Int? = null, val tierToArchiveAfterDaysSinceLastTierChangeGreaterThan: Int? = null, val tierToColdAfterDaysSinceCreationGreaterThan: Int? = null)
Properties
Link copied to clipboard
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
.
Link copied to clipboard
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
.
Link copied to clipboard
The age in days after creation to cold storage. Supports blob currently at Hot tier. Must be between 0
and 99999
. Defaults to -1
.