Interface BackupRepositoryProps

All Known Implementing Classes:
BackupRepositoryPropsRecord

public interface BackupRepositoryProps
Defined as interface so it can be either implemented by a record (with a copy) or by calling directly getters for mutable data (such as mocks)
  • Field Details

  • Method Details

    • version

      String version()
    • repositoryName

      String repositoryName()
    • snapshotTimeout

      default int snapshotTimeout()
    • incompleteCheckTimeoutInSeconds

      default Long incompleteCheckTimeoutInSeconds()
    • defaultIncompleteCheckTimeoutInSeconds

      static Long defaultIncompleteCheckTimeoutInSeconds()
    • includeGlobalState

      default boolean includeGlobalState()