Click or drag to resize

DocumentTaskSettingsInMemorySizeMaxCritera Property

The maximum document size (in bytes) that are processed in-memory.

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public long InMemorySizeMaxCritera { get; set; }

Property Value

Int64
Remarks

Range of valid values in limited to: 4 - 250 Mega-bytes.

Default value is 120 MB.

See Also