Interface CurrentSearchProgress.Builder

    • Method Detail

      • recoveryPointsScannedCount

        CurrentSearchProgress.Builder recoveryPointsScannedCount​(Integer recoveryPointsScannedCount)

        This number is the sum of all backups that have been scanned so far during a search job.

        Parameters:
        recoveryPointsScannedCount - This number is the sum of all backups that have been scanned so far during a search job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • itemsScannedCount

        CurrentSearchProgress.Builder itemsScannedCount​(Long itemsScannedCount)

        This number is the sum of all items that have been scanned so far during a search job.

        Parameters:
        itemsScannedCount - This number is the sum of all items that have been scanned so far during a search job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • itemsMatchedCount

        CurrentSearchProgress.Builder itemsMatchedCount​(Long itemsMatchedCount)

        This number is the sum of all items that match the item filters in a search job in progress.

        Parameters:
        itemsMatchedCount - This number is the sum of all items that match the item filters in a search job in progress.
        Returns:
        Returns a reference to this object so that method calls can be chained together.