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.v2021_04_01.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
str or Name

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.

blob_type
list[str]

An array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only.