LastAccessTimeTrackingPolicy Class
The blob service properties for Last access time based tracking policy.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
LastAccessTimeTrackingPolicy
Constructor
LastAccessTimeTrackingPolicy(*, enable: bool, name: Optional[Union[str, azure.mgmt.storage.v2020_08_01_preview.models._storage_management_client_enums.Name]] = None, tracking_granularity_in_days: Optional[int] = None, blob_type: Optional[List[str]] = None, **kwargs)
Variables
- enable
- bool
Required. When set to true last access time based tracking is enabled.
Name of the policy. The valid value is AccessTimeTracking. This field is currently read only. Possible values include: "AccessTimeTracking".
- tracking_granularity_in_days
- int
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.
Feedback
Submit and view feedback for