Interface BlobServiceProperties.DefinitionStages.WithLastAccessTimeTrackingPolicy

All Known Subinterfaces:
BlobServiceProperties.Definition, BlobServiceProperties.DefinitionStages.WithCreate
Enclosing interface:
BlobServiceProperties.DefinitionStages

public static interface BlobServiceProperties.DefinitionStages.WithLastAccessTimeTrackingPolicy
The stage of the blobserviceproperties definition allowing to specify last access time tracking policy.
  • Method Details

    • withLastAccessTimeTrackingPolicyEnabled

      BlobServiceProperties.DefinitionStages.WithCreate 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 definition 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 definition stage