Click or drag to resize

DocumentTaskSettingsAttachmentArchiveMaxSize Property

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

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

Property Value

Int64
Remarks
When AttachmentArchiveMaxSize is reached, another attachment archive file is created, if needed.
See Also