LastAccessTimeTrackingPolicy Constructors
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.
Overloads
LastAccessTimeTrackingPolicy() |
Initializes a new instance of the LastAccessTimeTrackingPolicy class. |
LastAccessTimeTrackingPolicy(Boolean, String, Nullable<Int32>, IList<String>) |
Initializes a new instance of the LastAccessTimeTrackingPolicy class. |
LastAccessTimeTrackingPolicy()
Initializes a new instance of the LastAccessTimeTrackingPolicy class.
public LastAccessTimeTrackingPolicy ();
Public Sub New ()
Applies to
LastAccessTimeTrackingPolicy(Boolean, String, Nullable<Int32>, IList<String>)
Initializes a new instance of the LastAccessTimeTrackingPolicy class.
public LastAccessTimeTrackingPolicy (bool enable, string name = default, int? trackingGranularityInDays = default, System.Collections.Generic.IList<string> blobType = default);
new Microsoft.Azure.Management.Storage.Models.LastAccessTimeTrackingPolicy : bool * string * Nullable<int> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Storage.Models.LastAccessTimeTrackingPolicy
Public Sub New (enable As Boolean, Optional name As String = Nothing, Optional trackingGranularityInDays As Nullable(Of Integer) = Nothing, Optional blobType As IList(Of String) = Nothing)
Parameters
- enable
- Boolean
When set to true last access time based tracking is enabled.
- name
- String
Name of the policy. The valid value is AccessTimeTracking. This field is currently read only. Possible values include: 'AccessTimeTracking'
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
An array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only