You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minReplicationFactor has been replaced with writeConcern starting from 3.6. I will update the issue title to mention writeConcern instead. Probably not worth adding support for minReplicationFactor because it was only available in 3.5.
DiscoPYF
changed the title
Add minReplicationFactor property to graph API
Add support for writeConcern attribute in graph API
Oct 21, 2020
@tjoubertwriteConcern option documented online when creating a graph isn't made available on PostGraphOptions. Nobody requested it, so it's probably not used much but we should reopen the issue because it is still relevant.
In ArangoDB 3.5 there is a new property
minReplicationFactor
that can be set when creating graphs.https://www.arangodb.com/docs/stable/http/gharial-management.html#create-a-graph
We should include this property in our data models.
The text was updated successfully, but these errors were encountered: