Click or drag to resize

DocumentDatabaseTableMaxRowCount 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).

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

Property Value

NullableInt64
Remarks
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'
See Also