Console - PROPERTIES

Displays all configured properties.

Syntax

  1. PROPERTIES

Example

  • List configured properties:

    1. orientdb> PROPERTIES
    2.  
    3. PROPERTIES:
    4. ------------------------+-----------
    5. NAME | VALUE
    6. ------------------------+-----------
    7. limit | 20
    8. backupBufferSize | 1048576
    9. backupCompressionLevel | 9
    10. collectionMaxItems | 10
    11. verbose | 2
    12. width | 150
    13. maxBinaryDisplay | 150
    14. debug | false
    15. ignoreErrors | false
    16. ------------------------+-----------

To change a property value, use the SET command.

For more information on other commands, see Console Commands.