

UseCamelCasePropertyNames (boolean, default is false).The options are passed as an instance of the ApiClientSerializationOptions class, which contains options for:

These options can be used to control the behaviour of the underlying serializer implementation. Description = "Some item with some more description " Īll API methods that support passing objects of user-specified data types have an optional method argument to pass in custom serialization options. The following examples can be read one after the other to form a complete working example.
#ARANGODB CLIENT APPLICATION INSTALL#
Install the latest release of ArangoDBNetStandard on Nuget. Consistent approach for each API endpoint.Adherence to common-practice C# naming conventions.Support for async/await across every API operation.The driver is built using the standard HttpClient interface for making HTTP requests, along with Json.NET for (de)serialisation to/from CLI types.

The library does not aim to provide much in the way of abstraction on top of the individual REST API functions offered by ArangoDB but it does aim to provide comprehensive coverage of all of the available options for each of ArangoDB's REST API endpoints.
