Text Data Archive Creator Constructor
Constructor.
Definition
Namespace: OpenDiscoverSDK.Platform.Archive
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public TextDataArchiveCreator(
IDocumentStorage documentStorage,
string textDataArchiveRootPath,
DocumentTaskSettings taskSettings,
int textDataArchiveUniqueThreadId
)Parameters
- documentStorage IDocumentStorage
- IDocumentStorage interface to OS file system or Azure/AWS storage system.
- textDataArchiveRootPath String
- An existing directory path to write text data archive (.tda). Path only, no file name.
- taskSettings DocumentTaskSettings
- A DocumentTaskSettings instance. Properties CollectionId and TaskId should be set on the instance at minimum.
- textDataArchiveUniqueThreadId Int32
- Unique thread ID to be added to text data archive naming pattern (TextArchiveFilenameFormat). If multi-threaded, create an instance of TextDataArchiveCreator per thread and make this constructor argument a unique value for each thread.