DocumentTaskSettingsMaxNumDatabaseTableRowsToOutput Property |
Maximum number of database table rows to output to extracted table text. The default value is -1 which means all rows. Database tables can potentially have 10's of
millions of rows so users should use caution when processing databases of unknown origins. If value is 0, only the table name and table column names will be output
to table text file.
Namespace: OpenDiscoverSDK.Interfaces.Platform.SettingsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public long MaxNumDatabaseTableRowsToOutput { get; set; }Property Value
Int64
See Also