ILastAccessTimeTrackingPolicy.TrackingGranularityInDay 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.
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