Console - PROPERTIES
Displays all configured properties.
Syntax
PROPERTIES
Example
List configured properties:
- orientdb>
PROPERTIES
- PROPERTIES:
- ------------------------+-----------
- NAME | VALUE
- ------------------------+-----------
- limit | 20
- backupBufferSize | 1048576
- backupCompressionLevel | 9
- collectionMaxItems | 10
- verbose | 2
- width | 150
- maxBinaryDisplay | 150
- debug | false
- ignoreErrors | false
- ------------------------+-----------
- orientdb>
To change a property value, use the
SET
command.For more information on other commands, see Console Commands.