DeleteResult
Leave feedback
On this page
Inheritance: java.lang.Object
public class DeleteResult
Represents the result of the operation to delete indexed files or folders from an index.
Learn more
| Method | Description |
|---|---|
| getItemResults() | Returns the results of deleting each path. |
| getTotalCount() | Returns the total number of paths to delete. |
| getSuccessCount() | Returns the number of successfully deleted paths. |
| getFailedCount() | Returns the number of paths not deleted due to errors. |
| getErrors() | Returns descriptions of deletion errors. |
public final PathDeleteResult[] getItemResults()
Returns the results of deleting each path.
Returns: com.groupdocs.search.results.PathDeleteResult[] - The results of deleting each path.
public final int getTotalCount()
Returns the total number of paths to delete.
Returns: int - The total number of paths to delete.
public final int getSuccessCount()
Returns the number of successfully deleted paths.
Returns: int - The number of successfully deleted paths.
public final int getFailedCount()
Returns the number of paths not deleted due to errors.
Returns: int - The number of paths not deleted due to errors.
public final String[] getErrors()
Returns descriptions of deletion errors.
Returns: java.lang.String[] - Descriptions of deletion errors.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.