Click or drag to resize

AnalyzerApiClient Class

A client for interacting with ArangoDB Analyzer endpoints, implementing IAnalyzerApiClient.
Inheritance Hierarchy
SystemObject
  ArangoDBNetStandardApiClientBase
    ArangoDBNetStandard.AnalyzerApiAnalyzerApiClient

Namespace:  ArangoDBNetStandard.AnalyzerApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public class AnalyzerApiClient : ApiClientBase

The AnalyzerApiClient type exposes the following members.

Constructors
  NameDescription
Public methodAnalyzerApiClient(IApiClientTransport)
Creates an instance of AnalyzerApiClient using the provided transport layer and the default JSON serialization.
Public methodAnalyzerApiClient(IApiClientTransport, IApiClientSerialization)
Creates an instance of AnalyzerApiClient using the provided transport and serialization layers.
Top
Methods
  NameDescription
Public methodDeleteAnalyzerAsync
Deletes an Analyzer. DELETE /_api/analyzer/{analyzer-name}
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.)
Public methodGetAllAnalyzersAsync
Fetch the list of available Analyzer definitions. GET /_api/analyzer
Public methodGetAnalyzerAsync
Fetches the definition of the specified analyzer. GET /_api/analyzer/{analyzer-name}
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 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 methodPostAnalyzerAsync
Creates a new Analyzer based on the provided definition POST /_api/analyzer
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_analyzerApiPath
The root path of the API.
Protected field_client
The transport client used to communicate with the ArangoDB host.
Top
See Also