Text Archive Record Class
Reads (and represents) a document's extracted text record contained in a text data archive (.tda).
Definition
Namespace: OpenDiscoverSDK.Interfaces.Platform.Archive
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public class TextArchiveRecord- Inheritance
- Object TextArchiveRecord
Constructors
| TextArchiveRecord | Initializes a new instance of the TextArchiveRecord class |
Properties
| ControlNumber | The document's unique DocControlNumber, if it exists, or the DocGuid document GUID ID if not. |
| FormatId | Document file format Id. |
| Length | Total length of text (in bytes). |
| Name | Document name. |
| Text | Extracted text. |
Methods
| 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) |
| ReadRecord | Reads a document's extracted text record from a text archive file.. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |