| Package | Description |
|---|---|
| com.arangodb.entity | |
| com.arangodb.util |
| Modifier and Type | Method and Description |
|---|---|
CollectionType |
ReplicationInventoryEntity.CollectionParameter.getType() |
CollectionType |
CollectionOptions.getType() |
CollectionType |
CollectionEntity.getType() |
static CollectionType |
CollectionType.valueOf(int type) |
static CollectionType |
CollectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionType[] |
CollectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationInventoryEntity.CollectionParameter.setType(CollectionType type) |
CollectionOptions |
CollectionOptions.setType(CollectionType type) |
void |
CollectionEntity.setType(CollectionType type) |
| Modifier and Type | Method and Description |
|---|---|
CollectionType |
ImportOptions.getCreateCollectionType()
createCollectionType (optional): If this parameter has a value of
document or edge, it will determine the type of collection that is going
to be created when the createCollection option is set to true.
|
| Modifier and Type | Method and Description |
|---|---|
ImportOptions |
ImportOptions.setCreateCollectionType(CollectionType createCollectionType)
createCollectionType (optional): If this parameter has a value of
document or edge, it will determine the type of collection that is going
to be created when the createCollection option is set to true.
|
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.