Click or drag to resize

ICollectionApiClientGetCollectionShardsAsync Method

Returns the shard ids of a collection. This method is only available in a cluster Coordinator. GET /_api/collection/{collection-name}/shards

Namespace:  ArangoDBNetStandard.CollectionApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<GetCollectionShardsResponse> GetCollectionShardsAsync(
	string collectionName
)

Parameters

collectionName
Type: SystemString
Name of the collection.

Return Value

Type: TaskGetCollectionShardsResponse
See Also