

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.
#Nosql arangodb 27.8m series capitalsawersventurebeat install#
Install the latest release of ArangoDBNetStandard on Nuget. #Arangodb nosql 27.8m capitalsawersventurebeat install# The following examples can be read one after the other to form a complete working example. 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 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. UseCamelCasePropertyNames (boolean, default is false).IgnoreNullValues (boolean, default is true).

IgnoreMissingMember (boolean, default is true).UseStringEnumConversion (boolean, default is false). In addition, the default options can be updated, which will affect all subsequent operations that use these options.

// ArangoDB API error model /// public class ApiErrorResponse For example, if using the supplied JsonNetApiClientSerialization: To set default options, set them on the serializer implementation itself. // Whether this is an error response (always true). #Arangodb nosql 27.8m capitalsawersventurebeat install#.
