DocumentTaskSettingsTextArchiveMaxSize Property

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

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

Property Value

Int64

Remarks

When TextArchiveMaxSize is reached, another text archive file is created, if needed.

See Also