DocumentTaskSettingsAttachmentArchiveMaxSize Property

Attachment archive file maximum size (default is 4GB).

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

Property Value

Int64

Remarks

When AttachmentArchiveMaxSize is reached, another attachment archive file is created, if needed.

See Also