Click or drag to resize

AdminApiClient Class

A client for interacting with ArangoDB Admin API, implementing IAdminApiClient.
Inheritance Hierarchy
SystemObject
  ArangoDBNetStandardApiClientBase
    ArangoDBNetStandard.AdminApiAdminApiClient

Namespace:  ArangoDBNetStandard.AdminApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public class AdminApiClient : ApiClientBase, 
	IAdminApiClient

The AdminApiClient type exposes the following members.

Constructors
  NameDescription
Public methodAdminApiClient(IApiClientTransport)
Creates an instance of AdminApiClient using the provided transport layer and the default JSON serialization.
Public methodAdminApiClient(IApiClientTransport, IApiClientSerialization)
Creates an instance of AdminApiClient using the provided transport and serialization layers.
Top
Methods
  NameDescription
Protected methodDeserializeJsonFromStreamT (Inherited from ApiClientBase.)
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.)
Protected methodGetApiErrorException
Gets an ApiErrorException from the provided error response.
(Inherited from ApiClientBase.)
Protected methodGetContentT (Inherited from ApiClientBase.)
Protected methodGetContentStringT (Inherited from ApiClientBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLogsAsync
Retrieves log messages from the server. GET /_admin/log/entries Works on ArangoDB 3.8 or later.
Public methodGetServerEngineTypeAsync
Retrieves the server database engine type. GET /_api/engine
Public methodGetServerIdAsync
Retrieves the internal id of the server. The method will fail if the server is not running in cluster mode. GET /_admin/server/id
Public methodGetServerRoleAsync
Retrieves the role of the server in a cluster. GET /_admin/server/role
Public methodGetServerVersionAsync
Retrieves the server version. GET /_api/version
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 methodPostReloadRoutingInfoAsync
Reloads the routing table. POST /_admin/routing/reload
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodValidateDocumentId
Checks whether the provided document ID is in the correct form of "{collection}/{key}".
(Inherited from ApiClientBase.)
Top
Fields
  NameDescription
Protected field_adminApiPath
The root path of the API.
Protected field_client
The transport client used to communicate with the ArangoDB host.
Top
See Also