ILastAccessTimeTrackingPolicy Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.LastAccessTimeTrackingPolicyTypeConverter))]
public interface ILastAccessTimeTrackingPolicy : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.LastAccessTimeTrackingPolicyTypeConverter))>]
type ILastAccessTimeTrackingPolicy = interface
interface IJsonSerializable
Public Interface ILastAccessTimeTrackingPolicy
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| BlobType |
An array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only |
| Enable |
When set to true last access time based tracking is enabled. |
| Name |
Name of the policy. The valid value is AccessTimeTracking. This field is currently read only |
| TrackingGranularityInDay |
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
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |