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
)
Public Sub New (
client As IApiClientTransport
)
public:
IndexApiClient(
IApiClientTransport^ client
)
new :
client : IApiClientTransport -> IndexApiClient
Parameters
- client
- Type: ArangoDBNetStandard.TransportIApiClientTransport
Transport client that the API client will use to communicate with ArangoDB
See Also