collectionClusterInfo
How the collection's shards are spread across the cluster, as the answering peer sees it.
val info = qdrant.collectionClusterInfo("docs")
val moving = info.shardTransfers.isNotEmpty()Content copied to clipboard
Throws
if the collection does not exist.