Document Data Archive Reader Constructor
Constructor.
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 DocumentDataArchiveReader(
IDocumentStorage documentStorage,
string documentDataArchivePath,
DocumentDataArchiveReaderMode readerMode = DocumentDataArchiveReaderMode.HeaderAndDocumentRecords
)Parameters
- documentStorage IDocumentStorage
- IDocumentStorage interface to OS file system or Azure/AWS storage system.
- documentDataArchivePath String
- Full path to document data archive.
- readerMode DocumentDataArchiveReaderMode (Optional)
- The DocumentDataArchive reader mode, see DocumentDataArchiveReaderMode for the various modes. The default mode is HeaderAndDocumentRecords.