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

    • daily Link icon

      public Integer daily
      Returns how many daily backup we should keep

      null when we don't apply a daily retention policy

    • weekly Link icon

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

      null when we don't apply a weekly retention policy

    • monthly Link icon

      @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 Link icon

    • RetentionPolicy Link icon

      public RetentionPolicy()