Console - SET
Changes the value of a property.
Syntax
SET <property-name> <property-value>
<property-name>
Defines the name of the property<property-value>
Defines the value you want to change the property to.
Example
Change the
LIMIT
property to one hundred:orientdb>
SET LIMIT 100
Previous value was: 20 limit = 100
To display all properties use the
PROPERTIES
command. To display the value of a particular property, use theGET
command.For more information on other commands, see Console Commands.