Click or drag to resize

IndexApiClientGetAllCollectionIndexesAsync Method

Fetch the list of indexes for a collection.

Namespace:  ArangoDBNetStandard.IndexApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<GetAllCollectionIndexesResponse> GetAllCollectionIndexesAsync(
	GetAllCollectionIndexesQuery query
)

Parameters

query
Type: ArangoDBNetStandard.IndexApi.ModelsGetAllCollectionIndexesQuery
Query parameters for the request.

Return Value

Type: TaskGetAllCollectionIndexesResponse
Exceptions
ExceptionCondition
ArgumentExceptionRequired parameters not provided or invalid.
See Also