TextDataArchiveCreator Class

Helper class to create text data archive(s) (.tda).

Definition

Namespace: OpenDiscoverSDK.Platform.Archive
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public class TextDataArchiveCreator : IDisposable
Inheritance
Object    TextDataArchiveCreator
Implements
IDisposable

Remarks

This class is not thread safe. If multi-threaded, create an instance per thread and make constructor argument 'textDataArchiveCreatorThreadId' a unique value for each thread.

Constructors

Methods

Close Permanently closes the TextDataArchiveCreator instance for writing.
Dispose Dispose.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
WriteRecord Write the Document extracted text record to a text data archive (.tda). This method expects that ExtractedText is set, if not, an record with only the text "[NO_TEXT_EXTRACTED]" will be written to the .tda file.

See Also