Interface SqlPool.UpdateStages.WithRestorePointInTime

  • All Known Subinterfaces:
    SqlPool.Update
    Enclosing interface:
    SqlPool.UpdateStages

    public static interface SqlPool.UpdateStages.WithRestorePointInTime
    The stage of the SqlPool update allowing to specify restorePointInTime.
    • Method Detail

      • withRestorePointInTime

        SqlPool.Update withRestorePointInTime​(OffsetDateTime restorePointInTime)
        Specifies the restorePointInTime property: Snapshot time to restore.
        Parameters:
        restorePointInTime - Snapshot time to restore.
        Returns:
        the next definition stage.