Click or drag to resize

IndexApiClient Constructor (IApiClientTransport)

Creates an instance of IndexApiClient using the provided transport layer and the default JSON serialization.

Namespace:  ArangoDBNetStandard.IndexApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public IndexApiClient(
	IApiClientTransport client
)

Parameters

client
Type: ArangoDBNetStandard.TransportIApiClientTransport
Transport client that the API client will use to communicate with ArangoDB
See Also