LastAccessTimeTrackingPolicy interface

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

Properties

blobType

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

enable

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

name

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

trackingGranularityInDays

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

Property Details

blobType

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

blobType?: string[]

Property Value

string[]

enable

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

enable: boolean

Property Value

boolean

name

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

name?: string

Property Value

string

trackingGranularityInDays

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

trackingGranularityInDays?: number

Property Value

number