public class CollectionPropertiesEntity extends CollectionEntity
Constructor and Description |
---|
CollectionPropertiesEntity() |
getId, getIsSystem, getIsVolatile, getName, getSchema, getStatus, getType, getWaitForSync
public Boolean getDoCompact()
public void setDoCompact(Boolean doCompact)
public Long getJournalSize()
public void setJournalSize(Long journalSize)
public Integer getIndexBuckets()
public void setIndexBuckets(Integer indexBuckets)
public KeyOptions getKeyOptions()
public void setKeyOptions(KeyOptions keyOptions)
public Long getCount()
public void setCount(Long count)
public Integer getNumberOfShards()
public void setNumberOfShards(Integer numberOfShards)
public Collection<String> getShardKeys()
public void setShardKeys(Collection<String> shardKeys)
public Integer getReplicationFactor()
public void setReplicationFactor(Integer replicationFactor)
@Deprecated public Integer getMinReplicationFactor()
getWriteConcern()
instead@Deprecated public void setMinReplicationFactor(Integer minReplicationFactor)
setWriteConcern(Integer)
insteadpublic Integer getWriteConcern()
public void setWriteConcern(Integer writeConcern)
public Boolean getSatellite()
public void setSatellite(Boolean satellite)
public String getShardingStrategy()
public void setShardingStrategy(String shardingStrategy)
public String getSmartJoinAttribute()
public void setSmartJoinAttribute(String smartJoinAttribute)
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.