Oihana PHP Arango

ArangoAction uses ConstantsTrait

The command to manage an ArangoDB database.

Table of Contents

Constants

ANALYZERS  : string = 'analyzers'
Manage the custom ArangoSearch analyzers of the arangodb database (list, diff, sync).
BACKUP  : string = 'backup'
Backup the arangodb database.
COLLECTIONS  : string = 'collections'
List the collections of the arangodb database.
DEFAULT  : string = 'default'
The default action.
DOCTOR  : string = 'doctor'
Diagnose / repair the declared structure of the arangodb database (collections, indexes, views, orphans).
DUMP  : string = 'dump'
Dump the arangodb database.
LIST_DUMPS  : string = 'listDumps'
List the arangodb dumps.
MIGRATE  : string = 'migrate'
Apply / rollback the versioned data migrations of the arangodb database.
RESTORE  : string = 'restore'
Retore the arangodb database.
VIEWS  : string = 'views'
Manage the ArangoSearch views of the arangodb database (list, diff, sync, drop).

Constants

ANALYZERS

Manage the custom ArangoSearch analyzers of the arangodb database (list, diff, sync).

public string ANALYZERS = 'analyzers'

BACKUP

Backup the arangodb database.

public string BACKUP = 'backup'

COLLECTIONS

List the collections of the arangodb database.

public string COLLECTIONS = 'collections'

DEFAULT

The default action.

public string DEFAULT = 'default'

DOCTOR

Diagnose / repair the declared structure of the arangodb database (collections, indexes, views, orphans).

public string DOCTOR = 'doctor'

DUMP

Dump the arangodb database.

public string DUMP = 'dump'

LIST_DUMPS

List the arangodb dumps.

public string LIST_DUMPS = 'listDumps'

MIGRATE

Apply / rollback the versioned data migrations of the arangodb database.

public string MIGRATE = 'migrate'

RESTORE

Retore the arangodb database.

public string RESTORE = 'restore'

VIEWS

Manage the ArangoSearch views of the arangodb database (list, diff, sync, drop).

public string VIEWS = 'views'
On this page

Search results