Click or drag to resize

GraphResult.ReplicationFactor Property

The replication factor used for every new collection in the graph (Enterprise Edition only).

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

Property Value

Type: Nullable<Int32>
Remarks
Returned only in a cluster setup since ArangoDB 3.7, as this property is not meaningful in a single server.
See Also