public final class DatabaseEntity extends Object
Constructor and Description |
---|
DatabaseEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
Boolean |
getIsSystem() |
String |
getName() |
String |
getPath() |
ReplicationFactor |
getReplicationFactor() |
String |
getSharding() |
Integer |
getWriteConcern()
Default write concern for new collections created in this database.
|
public String getId()
public String getName()
public String getPath()
public Boolean getIsSystem()
public ReplicationFactor getReplicationFactor()
public Integer getWriteConcern()
public String getSharding()
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.