Condividi tramite


IManagementPolicyBaseBlob.DeleteDaysAfterLastAccessTimeGreaterThan Property

Definition

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? DeleteDaysAfterLastAccessTimeGreaterThan { 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.DeleteDaysAfterLastAccessTimeGreaterThan : Nullable<single> with get, set
Public Property DeleteDaysAfterLastAccessTimeGreaterThan As Nullable(Of Single)

Property Value

Attributes

Applies to