Click or drag to resize

IndexApiClientGetIndexAsync Method

Fetches data about the specified index.

Namespace:  ArangoDBNetStandard.IndexApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<GetIndexResponse> GetIndexAsync(
	string indexId
)

Parameters

indexId
Type: SystemString
The identifier of the index.

Return Value

Type: TaskGetIndexResponse
See Also