Uses of Class
com.azure.resourcemanager.storage.models.LastAccessTimeTrackingPolicy
Packages that use LastAccessTimeTrackingPolicy
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of LastAccessTimeTrackingPolicy in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return LastAccessTimeTrackingPolicyModifier and TypeMethodDescriptionBlobServicePropertiesInner.lastAccessTimeTrackingPolicy()Get the lastAccessTimeTrackingPolicy property: The blob service property to configure last access time based tracking policy.BlobServicePropertiesProperties.lastAccessTimeTrackingPolicy()Get the lastAccessTimeTrackingPolicy property: The blob service property to configure last access time based tracking policy.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type LastAccessTimeTrackingPolicyModifier and TypeMethodDescriptionBlobServicePropertiesInner.withLastAccessTimeTrackingPolicy(LastAccessTimeTrackingPolicy lastAccessTimeTrackingPolicy) Set the lastAccessTimeTrackingPolicy property: The blob service property to configure last access time based tracking policy.BlobServicePropertiesProperties.withLastAccessTimeTrackingPolicy(LastAccessTimeTrackingPolicy lastAccessTimeTrackingPolicy) Set the lastAccessTimeTrackingPolicy property: The blob service property to configure last access time based tracking policy. -
Uses of LastAccessTimeTrackingPolicy in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return LastAccessTimeTrackingPolicyModifier and TypeMethodDescriptionLastAccessTimeTrackingPolicy.withBlobType(List<String> blobType) Set the blobType property: An array of predefined supported blob types.LastAccessTimeTrackingPolicy.withEnable(boolean enable) Set the enable property: When set to true last access time based tracking is enabled.Set the name property: Name of the policy.LastAccessTimeTrackingPolicy.withTrackingGranularityInDays(Integer trackingGranularityInDays) Set the trackingGranularityInDays property: 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.