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
)
Public Overridable Function GetAllCollectionIndexesAsync (
query As GetAllCollectionIndexesQuery
) As Task(Of GetAllCollectionIndexesResponse)
public:
virtual Task<GetAllCollectionIndexesResponse^>^ GetAllCollectionIndexesAsync(
GetAllCollectionIndexesQuery^ query
)
abstract GetAllCollectionIndexesAsync :
query : GetAllCollectionIndexesQuery -> Task<GetAllCollectionIndexesResponse>
override GetAllCollectionIndexesAsync :
query : GetAllCollectionIndexesQuery -> Task<GetAllCollectionIndexesResponse>
Parameters
- query
- Type: ArangoDBNetStandard.IndexApi.ModelsGetAllCollectionIndexesQuery
Query parameters for the request.
Return Value
Type:
TaskGetAllCollectionIndexesResponseExceptions See Also