DocumentDeletedEventArgs

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.

Methods

Method Description
getShardIndex() Gets the shard index.
getDocumentKey() Gets the document key.

getShardIndex()

public final int getShardIndex()

Gets the shard index.

Returns: int - The shard index.

getDocumentKey()

public final String getDocumentKey()

Gets the document key.

Returns: java.lang.String - The document key.