Skip to content

Console Command Declare Intent

lvca edited this page Dec 22, 2012 · 3 revisions

Console command: declare intent

Declare intent

Declare an intent on current database. Intents are a way to tell to OrientDB what you're going to do.

Syntax

    declare intent <intent-name>

Where:

  • intent-name The name of the intent. "null" means remove the current intent. Supported ones are:
  • massiveinsert
  • massiveread

Example

    > declare intent massiveinsert

This is a command of the Orient console. To know all the commands go to Console-Commands.

Clone this wiki locally