DocumentTaskSettingsAttachmentArchiveMaxSize Property |
Attachment archive file maximum size (default is 4GB).
Namespace: OpenDiscoverSDK.Interfaces.Platform.SettingsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public long AttachmentArchiveMaxSize { get; set; }Property Value
Int64
Remarks
When AttachmentArchiveMaxSize is reached, another attachment archive file is created, if needed.
See Also