Click or drag to resize

BulkCopy Properties

The BulkCopy type exposes the following members.

Properties
  NameDescription
Public propertyBatchSize
Gets or sets the batch size to use when inserting data into the index. Default is 16.
Public propertyCopyMethod
Gets or sets the BulkCopyMethod. Default is BulkCopyMethod.Replace
Public propertyIndexName
Gets or sets the name if the index to copy data to.
Public propertyProgress
Public propertyProgressNotificationAfter
By default progress notification happens for each processed batch, set this to a value greater 0 to adjust when a notification should occur.
Top
See Also