Freigeben über


ILastAccessTimeTrackingPolicy.TrackingGranularityInDay Property

Definition

The field specifies blob object tracking granularity in days, typically how often the blob object should be tracked.This field is currently read only with value as 1

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The field specifies blob object tracking granularity in days, typically how often the blob object should be tracked.This field is currently read only with value as 1", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="trackingGranularityInDays", Update=true)]
public int? TrackingGranularityInDay { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The field specifies blob object tracking granularity in days, typically how often the blob object should be tracked.This field is currently read only with value as 1", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="trackingGranularityInDays", Update=true)>]
member this.TrackingGranularityInDay : Nullable<int> with get, set
Public Property TrackingGranularityInDay As Nullable(Of Integer)

Property Value

Attributes

Applies to