Interface SuccessfullyProcessed

    • Method Detail

      • getSuccessfullyProcessed

        default long getSuccessfullyProcessed()
        Total number of successfully processed documents.
      • getUpdated

        long getUpdated()
        Count of documents updated.
      • getCreated

        long getCreated()
        Count of documents created.
      • getDeleted

        long getDeleted()
        Count of successful delete operations.