@Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Document
Modifier and Type | Optional Element and Description |
---|---|
boolean |
allowUserKeys |
boolean |
doCompact |
int |
indexBuckets |
boolean |
isSystem |
boolean |
isVolatile |
long |
journalSize |
int |
keyIncrement |
int |
keyOffset |
com.arangodb.entity.KeyType |
keyType |
int |
numberOfShards |
int |
replicationFactor |
String[] |
shardKeys |
String |
value |
boolean |
waitForSync |
public abstract String value
public abstract long journalSize
public abstract int replicationFactor
public abstract boolean waitForSync
public abstract boolean doCompact
public abstract boolean isVolatile
public abstract String[] shardKeys
public abstract int numberOfShards
public abstract boolean isSystem
public abstract int indexBuckets
public abstract boolean allowUserKeys
public abstract com.arangodb.entity.KeyType keyType
Copyright © 2017–2018 ArangoDB GmbH. All rights reserved.