Click or drag to resize

TextDataArchiveCreator Class

Helper class to create text data archive(s) (.tda).
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Platform.ArchiveTextDataArchiveCreator

Namespace: OpenDiscoverSDK.Platform.Archive
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public class TextDataArchiveCreator : IDisposable

The TextDataArchiveCreator type exposes the following members.

Constructors
 NameDescription
Public methodTextDataArchiveCreator Constructor.
Top
Methods
 NameDescription
Public methodClose Permanently closes the TextDataArchiveCreator instance for writing.
Public methodDispose Dispose.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWriteRecord 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.
Top
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.
See Also