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
azure.mgmt.storage._serialization.Model
LastAccessTimeTrackingPolicy

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

Name of the policy. The valid value is AccessTimeTracking. This field is currently read only. "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

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

Name of the policy. The valid value is AccessTimeTracking. This field is currently read only. "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

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