Click or drag to resize

ArangoDBClient Class

Wrapper class providing access to the complete set of ArangoDB REST resources.
Inheritance Hierarchy
SystemObject
  ArangoDBNetStandardArangoDBClient

Namespace:  ArangoDBNetStandard
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public class ArangoDBClient : IArangoDBClient, 
	IDisposable

The ArangoDBClient type exposes the following members.

Constructors
  NameDescription
Public methodArangoDBClient(HttpClient)
Create an instance of ArangoDBClient from an existing HttpClient instance, using the default JSON serialization.
Public methodArangoDBClient(IApiClientTransport)
Create an instance of ArangoDBClient using the provided transport layer and the default JSON serialization.
Public methodArangoDBClient(IApiClientTransport, IApiClientSerialization)
Create an instance of ArangoDBClient using the provided transport and serialization layers.
Top
Properties
  NameDescription
Public propertyAdmin
Admin management API
Public propertyAnalyzer
Analyzer management API.
Public propertyAqlFunction
AQL user functions management API.
Public propertyAuth
Auth API
Public propertyBulkOperations
Bulk Operations API.
Public propertyCollection
Collection API
Public propertyCursor
Cursor API
Public propertyDatabase
Database API
Public propertyDocument
Document API
Public propertyGraph
Graph API
Public propertyIndex
Index management API
Public propertyTransaction
Transaction API
Public propertyUser
User management API
Public propertyView
View management API.
Top
Methods
  NameDescription
Public methodDispose
Disposes the underlying transport instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_transport
The transport client used to communicate with the ArangoDB host.
Top
See Also