Click or drag to resize

GetCollectionPropertiesResponseReplicationFactor Property

In a cluster, this attribute determines how many copies of each shard are kept on different DB-Servers. (Enterprise Edition only)

Namespace:  ArangoDBNetStandard.CollectionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public int? ReplicationFactor { get; set; }

Property Value

Type: NullableInt32
See Also