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 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

      BlobServiceProperties.Update withLastAccessTimeTrackingPolicy(LastAccessTimeTrackingPolicy policy)
      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