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 LIMITlimit = 20
To display all available properties configured on your database, use the
PROPERTIEScommand.For more information on other commands, see Console Commands.