Click or drag to resize

DocumentTextArchiveRecordOffset Property

Zero-byte offset of the extracted text in the text data archive (.tda) file given by TextFilePath

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public long TextArchiveRecordOffset { get; set; }

Property Value

Int64
Remarks
This property value has no meaning if IsTextArchivePath is false.
See Also