DocumentDeletedEventArgs
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.search.events.EventArgs
public class DocumentDeletedEventArgs extends EventArgs
Represents arguments for the event of a document deletion is finished.
| Method | Description |
|---|---|
| getShardIndex() | Gets the shard index. |
| getDocumentKey() | Gets the document key. |
public final int getShardIndex()
Gets the shard index.
Returns: int - The shard index.
public final String getDocumentKey()
Gets the document key.
Returns: java.lang.String - The document key.
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.