Class RetentionPolicy

java.lang.Object
net.bluemind.dataprotect.api.RetentionPolicy

public class RetentionPolicy extends Object
This class stores informations for DataProtectGeneration retention and automatic deletion.
  • Field Details

    • daily

      public Integer daily
      Returns how many daily backup we should keep

      null when we don't apply a daily retention policy

    • weekly

      @Deprecated public Integer weekly
      Deprecated.
      Returns how many weekly backup we should keep

      null when we don't apply a weekly retention policy

    • monthly

      @Deprecated public Integer monthly
      Deprecated.
      Returns how many monthly backup we should keep

      null when we don't apply a monthly retention policy

  • Constructor Details

    • RetentionPolicy

      public RetentionPolicy()