public class DatabaseEntity extends Object implements Entity
Constructor and Description |
---|
DatabaseEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
Boolean |
getIsSystem() |
String |
getName() |
String |
getPath() |
Integer |
getReplicationFactor() |
Boolean |
getSatellite() |
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 Integer getReplicationFactor()
public Integer getWriteConcern()
public Boolean getSatellite()
public String getSharding()
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.