I
InsightNexus

BlobRetentionPolicy (Azure SDK for Java Reference Documentation)

Author

David Craig

Published Feb 16, 2026

BlobRetentionPolicy (Azure SDK for Java Reference Documentation)

  • public final class BlobRetentionPolicyextends Object

    the retention policy which determines how long the associated data should persist.

    • Constructor Detail

    • Method Detail

      • setEnabled

        public BlobRetentionPolicy setEnabled(boolean enabled)

        Set the enabled property: Indicates whether a retention policy is enabled for the storage service.

        Parameters:
        enabled - the enabled value to set.
        Returns:
        the BlobRetentionPolicy object itself.
      • getDays

        public Integer getDays()

        Get the days property: Indicates the number of days that metrics or logging or soft-deleted data should be retained. All data older than this value will be deleted.

        Returns:
        the days value.
      • setDays

        public BlobRetentionPolicy setDays(Integer days)

        Set the days property: Indicates the number of days that metrics or logging or soft-deleted data should be retained. All data older than this value will be deleted.

        Parameters:
        days - the days value to set.
        Returns:
        the BlobRetentionPolicy object itself.

Copyright © 2020 Microsoft Corporation. All rights reserved.