TextDataArchiveCreator Constructor |
Constructor.
Namespace: OpenDiscoverSDK.Platform.ArchiveAssembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic TextDataArchiveCreator(
string textDataArchiveRootPath,
DocumentTaskSettings taskSettings,
int textDataArchiveUniqueThreadId
)
Parameters
- 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.
See Also