Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 774 Bytes

Console-Command-Set.md

File metadata and controls

32 lines (22 loc) · 774 Bytes
search
keywords
console
command
set
SET

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 the GET command.

For more information on other commands, see Console Commands.