arangodb-net-standard
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.
Added Read From Follower support to the following: - Single document reads (GET /_api/document) - Batch document reads (PUT /_api/document?onlyget=true) - Read-only AQL queries (POST /_api/cursor) - Read-only Stream Transactions...
Marked fulltext option as Obsolete indicating the recommendation to use ArangoSearch for fulltext searching. See https://github.com/arangodb/docs/blob/main/3.10/release-notes-upgrading-changes310.md#indexes
Added ComputedValue class and ComputedValues property to PostCollectionBody, PostCollectionResponse and GetCollectionPropertiesResponse. For reference see: https://github.com/arangodb/docs/blob/main/3.10/data-modeling-documents-computed-values.md https://www.arangodb.com/docs/devel/data-modeling-documents-computed-values.html#computed-value-expressions
Sometimes the HTTP response body which did not succeed does not contain and ApiErrorResponse object serialized as JSON. In that case it would be useful to return the HTTP Status...
Deprecated several properties and methods
Solves #183 Added 1 example of how to use graph, vertices and edges in a simple case. See https://github.com/ArangoDB-Community/arangodb-net-standard/blob/feature-3.8/DE-286-graph-get-started/readme.md#example-using-graphs
See https://github.com/arangodb/docs/blob/main/3.10/release-notes-api-changes310.md#index-api
See https://github.com/arangodb/docs/blob/main/3.10/release-notes-api-changes310.md#index-api
See https://github.com/arangodb/docs/blob/main/3.10/release-notes-api-changes310.md#cursor-api