Report configuration
The configuration settings for generating a database report using the info
command are shown below.
Tip
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 |
---|---|---|
"numberOfThreads" |
Number of threads to use for parallel processing. | |
"featureScope" |
Feature scope: all , active . For active , only properties of non-terminated features are considered. |
all |
"includeGenericAttributes" |
Include generic attributes and their data types. | false |
"includeDatabaseSize" |
Include database size metrics. | false |