LastAccessTimeTrackingPolicy Class
The blob service properties for Last access time based tracking policy.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.storage._serialization.ModelLastAccessTimeTrackingPolicy
Constructor
LastAccessTimeTrackingPolicy(*, enable: bool, name: str | _models.Name | None = None, tracking_granularity_in_days: int | None = None, blob_type: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enable
|
When set to true last access time based tracking is enabled. Required. |
name
|
Name of the policy. The valid value is AccessTimeTracking. This field is currently read only. "AccessTimeTracking" |
tracking_granularity_in_days
|
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. |
blob_type
|
An array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only. |
Variables
Name | Description |
---|---|
enable
|
When set to true last access time based tracking is enabled. Required. |
name
|
Name of the policy. The valid value is AccessTimeTracking. This field is currently read only. "AccessTimeTracking" |
tracking_granularity_in_days
|
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. |
blob_type
|
An array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only. |
Azure SDK for Python