Name of the View.
Creates a View with the given options
and the instance's name.
See also Database.createView.
Deletes the View from the database.
Checks whether the View exists.
Retrieves general information about the View.
Retrieves the View's properties.
Renames the View and updates the instance's name
to newName
.
Additionally removes the instance from the Database's internal cache.
Note: Renaming Views may not be supported when ArangoDB is running in a cluster configuration.
The new name of the View.
Replaces the properties of the View.
New properties of the View.
Updates the properties of the View.
Properties of the View to update.
Generated using TypeDoc
Represents an ArangoSearch View in a Database.