AfterBulkIndexingEventArgs is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class AfterBulkIndexingEventArgs
{
	IEnumerable<SearchIndexDocument> Documents { get; set;  }
	Int64 DurationInMillis { get; set;  }
	string HandlerName { get; set;  }
}
Properties
| Name | Type | Description | Default | Options | 
|---|---|---|---|---|
| Documents | IEnumerable<SearchIndexDocument> | |||
| DurationInMillis | Int64 | |||
| HandlerName | string | 
 
				