List all collections or get collection loading status.
new milvusClient(MILUVS_ADDRESS).collectionManager.describeIndex(DescribeIndexReq);
Parameter | Description | type | required |
---|---|---|---|
collection_name | Collection name | String | true |
new milvusClient(MILUVS_ADDRESS).collectionManager.describeIndex({
collection_name: 'my_collection',
});
// describeIndex return