Class PointInTimeRecoverySpecification

    • Method Detail

      • pointInTimeRecoveryEnabled

        public final Boolean pointInTimeRecoveryEnabled()

        Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.

        Returns:
        Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
      • recoveryPeriodInDays

        public final Integer recoveryPeriodInDays()

        The number of preceding days for which continuous backups are taken and maintained. Your table data is only recoverable to any point-in-time from within the configured recovery period. This parameter is optional. If no value is provided, the value will default to 35.

        Returns:
        The number of preceding days for which continuous backups are taken and maintained. Your table data is only recoverable to any point-in-time from within the configured recovery period. This parameter is optional. If no value is provided, the value will default to 35.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)