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
LIMITproperty to one hundred:orientdb>SET LIMIT 100Previous value was: 20 limit = 100
To display all properties use the
PROPERTIEScommand. To display the value of a particular property, use theGETcommand.For more information on other commands, see Console Commands.