Database ContentTotal Table Row Count Property
The total table row count sum across all database tables. This value may be useful in determining the workflow in
processing a database that has a total table(s) row count with a very 'large' number of rows, and a database with
a very 'large' number of table rows may require special workflow operations.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Content
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 TotalTableRowCount { get; set; }