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