Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Console - GET

Returns the value of the requested property.

Syntax

GET <property-name>
  • <property-name> Defines the name of the property.

Example

  • Find the default limit on your database:

    orientdb> GET LIMIT
    
    limit = 20
    

To display all available properties configured on your database, use the PROPERTIES command.

For more information on other commands, see Console Commands.