AttachmentDataArchiveCreator Constructor |
Constructor.
Namespace: OpenDiscoverSDK.Platform.ArchiveAssembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic AttachmentDataArchiveCreator(
string attachmentDataArchiveRootPath,
DocumentTaskSettings taskSettings,
int attachmentDataArchiveUniqueThreadId
)
Parameters
- 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