Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 959 Bytes

Console-Command-Properties.md

File metadata and controls

41 lines (32 loc) · 959 Bytes
search
keywords
console
command
property
list
PROPERTIES

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  
    ------------------------+-----------
    

To change a property value, use the SET command.

For more information on other commands, see Console Commands.