DocumentDatabaseTableInfo 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.
Namespace: OpenDiscoverSDK.Interfaces.PlatformAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public List<TableInfo> DatabaseTableInfo { get; set; }Property Value
ListTableInfo
Remarks
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).
See Also