Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for writeConcern attribute in graph API #176

Open
DiscoPYF opened this issue Dec 6, 2019 · 3 comments
Open

Add support for writeConcern attribute in graph API #176

DiscoPYF opened this issue Dec 6, 2019 · 3 comments
Assignees
Labels
ArangoDB 3.6 Identify issues for supporting ArangoDB 3.6 enhancement New feature or request

Comments

@DiscoPYF
Copy link
Collaborator

DiscoPYF commented Dec 6, 2019

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.

@DiscoPYF DiscoPYF added the enhancement New feature or request label Dec 6, 2019
@DiscoPYF
Copy link
Collaborator Author

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 DiscoPYF changed the title Add minReplicationFactor property to graph API Add support for writeConcern attribute in graph API Oct 21, 2020
@DiscoPYF DiscoPYF added the ArangoDB 3.6 Identify issues for supporting ArangoDB 3.6 label Oct 21, 2020
@tjoubert tjoubert self-assigned this Jun 23, 2022
@tjoubert
Copy link
Contributor

Solved. See #294

@DiscoPYF
Copy link
Collaborator Author

@tjoubert writeConcern 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.

Options documented: https://www.arangodb.com/docs/stable/http/gharial-management.html#create-a-graph
Options available in the library: https://github.com/ArangoDB-Community/arangodb-net-standard/blob/1.1.1/arangodb-net-standard/GraphApi/Models/PostGraphOptions.cs

@DiscoPYF DiscoPYF reopened this Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ArangoDB 3.6 Identify issues for supporting ArangoDB 3.6 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants