Text Data Archive Creator 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)
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
| TextDataArchiveCreator | Constructor. |
Methods
| Close | Permanently closes the TextDataArchiveCreator instance for writing. |
| Dispose | Dispose. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns 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. |