Interface ExportStatistics.Builder

    • Method Detail

      • processedRecordsCount

        ExportStatistics.Builder processedRecordsCount​(Integer processedRecordsCount)

        The number of records that were processed to generate the final export file.

        Parameters:
        processedRecordsCount - The number of records that were processed to generate the final export file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exportedRecordsCount

        ExportStatistics.Builder exportedRecordsCount​(Integer exportedRecordsCount)

        The number of records that were exported to the final export file.

        This value might not be available for all export source types

        Parameters:
        exportedRecordsCount - The number of records that were exported to the final export file.

        This value might not be available for all export source types

        Returns:
        Returns a reference to this object so that method calls can be chained together.