TextArchiveRecord 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)
C#
[DataContractAttribute]
public class TextArchiveRecord
Inheritance
Object    TextArchiveRecord

Constructors

TextArchiveRecordInitializes 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

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)
ReadRecord Reads a document's extracted text record from a text archive file..
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also