arangodb-net-standard icon indicating copy to clipboard operation
arangodb-net-standard copied to clipboard

A consistent, comprehensive, minimal interface to enable .NET applications to use the complete range of features exposed by the ArangoDB REST API.

Results 53 arangodb-net-standard issues
Sort by recently updated
recently updated
newest added

Release notes: https://www.arangodb.com/docs/stable/release-notes-new-features37.html#satellitegraphs Looking at the documentation for the HTTP API, it is not gonna be straightforward to include. They use the existing `replicationFactor` attribute to identify creation of satellite...

ArangoDB 3.7

Hello, I posted this on ArangoDb's slack, channel dotnet. When I call PostCreateViewAsync with LinksProperties, I noticed that the LinkProperties's collection properties are CamelCase, with an uppercase first letter. ArangoDb...

I think the graph API is really under appreciated! We should include some kind of quick start document for using graph API to do things like: - create a Graph...

https://www.arangodb.com/docs/3.9/release-notes-api-changes39.html#license-management-enterprise-edition > Two endpoints were added for the new [License Management](https://www.arangodb.com/docs/3.9/administration-license.html). They can be called on single servers, Coordinators and DB-Servers: GET /_admin/license PUT /_admin/license The route starts with `_admin`,...

ArangoDB 3.9

ArangoDB 3.7 introduced JSON-schema validation for documents. The collection API has a new property `schema`. https://www.arangodb.com/docs/stable/http/collection-creating.html#create-collection There are several methods of the collection API client that we need to update...

ArangoDB 3.7

Proposal: - adopt the code style standards defined in the default .editorconfig file published here: https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/code-style-rule-options?view=vs-2022 - apply the styles to all existing files, via Visual Studio, documented here: https://docs.microsoft.com/en-us/visualstudio/ide/code-styles-and-code-cleanup?view=vs-2022#apply-code-styles...

Not sure if we want to do more to preserve backwards compatibility, but I guess the most common use case is to not specify these parameters which then shouldn't make...

https://www.arangodb.com/docs/stable/http/general.html#overload-control @DiscoPYF , there is a requirement to support the `Overload Control` feature in ArangoDB. To specify a time limit (in seconds) for a request to remain in the queue,...