Console - GET

Returns the value of the requested property.

Syntax

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

Example

  • Find the default limit on your database:

    1. orientdb> GET LIMIT
    2.  
    3. limit = 20

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

For more information on other commands, see Console Commands.