DocumentTaskSettingsInMemorySizeMaxCritera Property

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

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
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