Interface SqlPool.UpdateStages.WithMaxSizeBytes

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

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

      • withMaxSizeBytes

        SqlPool.Update withMaxSizeBytes​(Long maxSizeBytes)
        Specifies the maxSizeBytes property: Maximum size in bytes.
        Parameters:
        maxSizeBytes - Maximum size in bytes.
        Returns:
        the next definition stage.