Package version:

Interface LastAccessTimeTrackingPolicy

The blob service properties for Last access time based tracking policy.

interface LastAccessTimeTrackingPolicy {
    blobType?: string[];
    enable: boolean;
    name?: string;
    trackingGranularityInDays?: number;
}

Properties

blobType?: string[]

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

enable: boolean

When set to true last access time based tracking is enabled.

name?: string

Name of the policy. The valid value is AccessTimeTracking. This field is currently read only

trackingGranularityInDays?: number

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