Click or drag to resize

ExportSettingsMaxEntityItemsPerTypePerRecord Property

Required user input: Maximum number of entity items (per type) per document record to write as delimited field. This limit is to protected against writing potentially 10's of 1000's of items such as addresses to one document record. Default value is 200000.

Namespace: OpenDiscoverSDK.Interfaces.Platform.LoadFile
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[JsonPropertyNameAttribute("MaxEntityItemsPerTypePerRecord")]
public int MaxEntityItemsPerTypePerRecord { get; set; }

Property Value

Int32
See Also