DocumentTaskSettingsInMemorySizeMaxCritera Property |
The maximum document size (in bytes) that are processed in-memory.
Namespace: OpenDiscoverSDK.Interfaces.Platform.SettingsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public long InMemorySizeMaxCritera { get; set; }Property Value
Int64
RemarksRange of valid values in limited to: 4 - 250 Mega-bytes.
Default value is 120 MB.
See Also