AnalyzerApiClientGetAllAnalyzersAsync Method |
Fetch the list of available Analyzer definitions.
GET /_api/analyzer
Namespace:
ArangoDBNetStandard.AnalyzerApi
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public virtual Task<GetAllAnalyzersResponse> GetAllAnalyzersAsync()
Public Overridable Function GetAllAnalyzersAsync As Task(Of GetAllAnalyzersResponse)
public:
virtual Task<GetAllAnalyzersResponse^>^ GetAllAnalyzersAsync()
abstract GetAllAnalyzersAsync : unit -> Task<GetAllAnalyzersResponse>
override GetAllAnalyzersAsync : unit -> Task<GetAllAnalyzersResponse>
Return Value
Type:
TaskGetAllAnalyzersResponseSee Also