IManagementPolicyBaseBlob.TierToColdDaysAfterLastAccessTimeGreaterThan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="daysAfterLastAccessTimeGreaterThan", Update=true)]
public float? TierToColdDaysAfterLastAccessTimeGreaterThan { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="daysAfterLastAccessTimeGreaterThan", Update=true)>]
member this.TierToColdDaysAfterLastAccessTimeGreaterThan : Nullable<single> with get, set
Public Property TierToColdDaysAfterLastAccessTimeGreaterThan As Nullable(Of Single)
Property Value
- Attributes