LastAccessTimeTrackingPolicy Class
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 blob service properties for Last access time based tracking policy.
public class LastAccessTimeTrackingPolicy
type LastAccessTimeTrackingPolicy = class
Public Class LastAccessTimeTrackingPolicy
- Inheritance
-
LastAccessTimeTrackingPolicy
Constructors
LastAccessTimeTrackingPolicy() |
Initializes a new instance of the LastAccessTimeTrackingPolicy class. |
LastAccessTimeTrackingPolicy(Boolean, String, Nullable<Int32>, IList<String>) |
Initializes a new instance of the LastAccessTimeTrackingPolicy class. |
Properties
BlobType |
Gets or sets an array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only |
Enable |
Gets or sets when set to true last access time based tracking is enabled. |
Name |
Gets or sets name of the policy. The valid value is AccessTimeTracking. This field is currently read only. Possible values include: 'AccessTimeTracking' |
TrackingGranularityInDays |
Gets or sets 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 |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET