DocumentDatabase Table Max Row Count Property
If document is a supported database format (see help for supported formats), then this property contains the maximum number of table rows found in all tables
in the database (i.e., the row count of the table in DatabaseTableInfo that has the most rows).
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 long? DatabaseTableMaxRowCount { get; set; }Property Value
NullableInt64Remarks
The utility of the DatabaseTableMaxRowCount information is to allow integrators of the DocumentTaskEngine to determine how to process a
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). If the database has tables with very 'large' row counts, the user may decide to process the database
as a single task using ProcessingTaskType equal to SingleDatabase'