IAppSettings.DynamicBatchResizingOn Property

Relativity Import APIs
Gets or sets a value indicating whether to automatically decrease the import batch size during the import when an error occurs. This is true by default.

Namespace:  Relativity.DataExchange
Assembly:  Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
Syntax

bool DynamicBatchResizingOn { get; set; }

Property Value

Type: Boolean
true to automatically decrease the import batch; otherwise, false.
See Also

Reference