Click or drag to resize

DocumentTaskSettingsTextArchiveMaxSize Property

Maximum text BLOB file size (default is 4GB) and only used when OutputMode is set to Archive.

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 TextArchiveMaxSize { get; set; }

Property Value

Int64
Remarks
When TextArchiveMaxSize is reached, another text archive file is created, if needed.
See Also