PostCollectionBodyReplicationFactor Property |
(The default is 1): in a cluster, this attribute determines how many copies
of each shard are kept on different DB-Servers.
The value 1 means that only one copy (no synchronous replication) is kept.
A value of k means that k-1 replicas are kept.
(Enterprise Edition only)
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? ReplicationFactor { get; set; }
Public Property ReplicationFactor As Integer?
Get
Set
public:
property Nullable<int> ReplicationFactor {
Nullable<int> get ();
void set (Nullable<int> value);
}
member ReplicationFactor : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also