Click or drag to resize

CustomerSettingDefaultODWMaximumObjectsPerRequest Field

Controls the maximum number of objects that can be sent in a single request from ODW to ES. The import algorithm will dynamically choose the number of objects in each request, but these will not exceed the chosen configuration value.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public const int ODWMaximumObjectsPerRequest = 200

Field Value

Type: Int32
See Also