Package com.arangodb.model
Class DBCreateOptions
java.lang.Object
com.arangodb.model.DBCreateOptions
- Author:
- Mark Vollmary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getUsers()
options
(DatabaseOptions options) users
(Collection<DatabaseUsersOptions> users)
-
Constructor Details
-
DBCreateOptions
public DBCreateOptions()
-
-
Method Details
-
getUsers
-
users
- Parameters:
users
- array of user objects to initially create for the new database. User information will not be changed for users that already exist. If users is not specified or does not contain any users, a default user root will be created with an empty string password. This ensures that the new database will be accessible after it is created.- Returns:
- options
-
getName
-
name
- Parameters:
name
- database name- Returns:
- options
-
getOptions
-
options
-