![]() | BulkCopy Properties |
The BulkCopy type exposes the following members.
Name | Description | |
---|---|---|
![]() | BatchSize |
Gets or sets the batch size to use when inserting data into the index. Default is 16.
|
![]() | CopyMethod |
Gets or sets the BulkCopyMethod. Default is BulkCopyMethod.Replace |
![]() | IndexName |
Gets or sets the name if the index to copy data to.
|
![]() | Progress |
Get or sets an (optional) implementation of IProgressT to report progress to.
|
![]() | ProgressNotificationAfter |
By default progress notification happens for each processed batch, set this to a value greater 0 to adjust when a notification should occur.
|