PostGraphOptionsReplicationFactor Property |
The replication factor used when initially creating collections for this graph
(Enterprise Edition only).
Namespace:
ArangoDBNetStandard.GraphApi.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 int ReplicationFactor {
int get ();
void set (int value);
}
member ReplicationFactor : int with get, set
Property Value
Type:
Int32Remarks
(cluster only)
See Also