Console - SET

Changes the value of a property.

Syntax

  1. 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:

    1. orientdb> SET LIMIT 100
    2.  
    3. Previous value was: 20
    4. limit = 100

To display all properties use the PROPERTIES command. To display the value of a particular property, use the GET command.

For more information on other commands, see Console Commands.