public class CollectionEntity extends Object implements Entity
Constructor and Description |
---|
CollectionEntity() |
Modifier and Type | Method and Description |
---|---|
List<ComputedValue> |
getComputedValues() |
String |
getId() |
Boolean |
getIsSystem() |
Boolean |
getIsVolatile()
Deprecated.
MMFiles only
|
String |
getName() |
CollectionSchema |
getSchema() |
CollectionStatus |
getStatus() |
CollectionType |
getType() |
Boolean |
getWaitForSync() |
public String getId()
public String getName()
public Boolean getWaitForSync()
@Deprecated public Boolean getIsVolatile()
public Boolean getIsSystem()
public CollectionStatus getStatus()
public CollectionType getType()
public CollectionSchema getSchema()
public List<ComputedValue> getComputedValues()
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.