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

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...

ArangoDB 3.10

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

ArangoDB 3.10

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

ArangoDB 3.10

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

enhancement

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

documentation

See https://github.com/arangodb/docs/blob/main/3.10/release-notes-api-changes310.md#index-api

ArangoDB 3.10

See https://github.com/arangodb/docs/blob/main/3.10/release-notes-api-changes310.md#index-api

ArangoDB 3.10

See https://github.com/arangodb/docs/blob/main/3.10/release-notes-api-changes310.md#cursor-api

ArangoDB 3.10