LastAccessTimeTrackingPolicyResponse

data class LastAccessTimeTrackingPolicyResponse(val blobType: List<String>? = null, val enable: Boolean, val name: String? = null, val trackingGranularityInDays: Int? = null)

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

Constructors

Link copied to clipboard
constructor(blobType: List<String>? = null, enable: Boolean, name: String? = null, trackingGranularityInDays: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val blobType: List<String>? = null

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

Link copied to clipboard

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

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard

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