Console - CONFIG GET

Displays the value of the requested configuration variable.

Syntax

  1. CONFIG GET <config-variable>
  • <config-variable> Defines the configuration variable you want to query.

Examples

  • Display the value to the tx.log.fileType configuration variable:

    1. orientdb> CONFIG GET tx.log.fileType
    2.  
    3. Remote configuration: tx.log.fileType = classic

You can display all configuration variables using the CONFIG command. To change the values, use the CONFIG SET command.

For more information on other commands, see Config Commands.