DocumentDatabase Table Info Property
If document is a supported database format (see help for supported formats), then this property contains a list of TableInfo objects that describe
the tables and table columns in the database.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Platform
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#
[DataMemberAttribute]
public List<TableInfo> DatabaseTableInfo { get; set; }Property Value
ListTableInfoRemarks
The utility of the TableInfo information is to allow integrators of the [!:DocumentTaskEngine] to determine how to process very large
database (e.g., running a task with ProcessingMode set to MetadataNoContainerItems first on a
document set in order to determine how to process the document set).