ArangoDBClient Class |
Namespace: ArangoDBNetStandard
The ArangoDBClient type exposes the following members.
| Name | Description | |
|---|---|---|
| ArangoDBClient(HttpClient) |
Create an instance of ArangoDBClient from an existing
HttpClient instance, using the default JSON serialization.
| |
| ArangoDBClient(IApiClientTransport) |
Create an instance of ArangoDBClient
using the provided transport layer and the default JSON serialization.
| |
| ArangoDBClient(IApiClientTransport, IApiClientSerialization) |
Create an instance of ArangoDBClient
using the provided transport and serialization layers.
|
| Name | Description | |
|---|---|---|
| Admin |
Admin management API
| |
| Analyzer |
Analyzer management API.
| |
| AqlFunction |
AQL user functions management API.
| |
| Auth |
Auth API
| |
| BulkOperations |
Bulk Operations API.
| |
| Collection |
Collection API
| |
| Cursor |
Cursor API
| |
| Database |
Database API
| |
| Document |
Document API
| |
| Graph |
Graph API
| |
| Index |
Index management API
| |
| Transaction |
Transaction API
| |
| User |
User management API
| |
| View |
View management API.
|
| Name | Description | |
|---|---|---|
| Dispose |
Disposes the underlying transport instance.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| _transport |
The transport client used to communicate with the ArangoDB host.
|