Interface BlobServiceProperties.UpdateStages.WithLastAccessTimeTrackingPolicy
- All Known Subinterfaces:
BlobServiceProperties.Update
- Enclosing interface:
- BlobServiceProperties.UpdateStages
public static interface BlobServiceProperties.UpdateStages.WithLastAccessTimeTrackingPolicy
The stage of the blobserviceproperties update allowing to specify last access time tracking policy.
-
Method Summary
Modifier and TypeMethodDescriptionSpecify last access time tracking policy.Disables last access time tracking policy.Enables last access time tracking policy with default settings.
-
Method Details
-
withLastAccessTimeTrackingPolicyEnabled
BlobServiceProperties.Update withLastAccessTimeTrackingPolicyEnabled()Enables last access time tracking policy with default settings. Last access time tracking integrates with lifecycle management to allow the automatic tiering and deletion of data based on when individual blobs are last accessed. It can also be used without lifecycle management by any solution that needs to understand when individual blobs are last read and then take action.- Returns:
- the next update stage
-
withLastAccessTimeTrackingPolicy
Specify last access time tracking policy. Last access time tracking integrates with lifecycle management to allow the automatic tiering and deletion of data based on when individual blobs are last accessed. It can also be used without lifecycle management by any solution that needs to understand when individual blobs are last read and then take action.- Parameters:
policy- the last access time tracking policy- Returns:
- the next update stage
-
withLastAccessTimeTrackingPolicyDisabled
BlobServiceProperties.Update withLastAccessTimeTrackingPolicyDisabled()Disables last access time tracking policy.- Returns:
- the next update stage
-