AttachmentDataArchiveCreator Constructor

Constructor.

Definition

Namespace: OpenDiscoverSDK.Platform.Archive
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public AttachmentDataArchiveCreator(
	IDocumentStorage documentStorage,
	string attachmentDataArchiveRootPath,
	DocumentTaskSettings taskSettings,
	int attachmentDataArchiveUniqueThreadId
)

Parameters

documentStorage  IDocumentStorage
IDocumentStorage interface to OS file system or Azure/AWS storage system.
attachmentDataArchiveRootPath  String
An existing directory path to write attachment data archive (.ada). Path only, no file name.
taskSettings  DocumentTaskSettings
A DocumentTaskSettings instance. Properties CollectionId and TaskId should be set on the instance at minimum.
attachmentDataArchiveUniqueThreadId  Int32
Unique thread ID to be added to attachment data archive naming pattern (AttachmentArchiveFilenameFormat). If multi-threaded, create an instance of TextDataArchiveCreator per thread and make this constructor argument a unique vale for each thread.

See Also