Report Configuration
The configuration settings for generating a database report using the info
command are shown below.
The names and purposes of the JSON properties align closely with their counterparts in the command-line options. Where applicable, the description of each JSON property links to the command-line option for more details. |
Report options
{
"reportOptions": {
"numberOfThreads": 4,
"featureScope": "all",
"includeGenericAttributes": true,
"includeDatabaseSize": true
}
}
Property | Description | Default value |
---|---|---|
Number of threads to use for parallel processing. |
||
Feature scope: |
|
|
Include generic attributes and their data types. |
|
|
Include database size metrics. |
|