Click or drag to resize

IArangoDBClient Interface

Namespace:  ArangoDBNetStandard
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public interface IArangoDBClient : IDisposable

The IArangoDBClient type exposes the following members.

Properties
  NameDescription
Public propertyAdmin
Admin API
Public propertyAnalyzer
Analyzer managemet 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
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also