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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.LastAccessTimeTrackingPolicyTypeConverter))]
public class LastAccessTimeTrackingPolicy : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ILastAccessTimeTrackingPolicy
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.LastAccessTimeTrackingPolicyTypeConverter))>]
type LastAccessTimeTrackingPolicy = class
interface ILastAccessTimeTrackingPolicy
interface IJsonSerializable
Public Class LastAccessTimeTrackingPolicy
Implements ILastAccessTimeTrackingPolicy
- Inheritance
-
LastAccessTimeTrackingPolicy
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| LastAccessTimeTrackingPolicy() |
Creates an new LastAccessTimeTrackingPolicy instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LastAccessTimeTrackingPolicy. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LastAccessTimeTrackingPolicy. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ILastAccessTimeTrackingPolicy. |
| FromJsonString(String) |
Creates a new instance of LastAccessTimeTrackingPolicy, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of LastAccessTimeTrackingPolicy into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |