Notifies Proxy to return segments information from query nodes.
new milvusClient(MILUVS_ADDRESS).dataManager.getQuerySegmentInfo(getQuerySegmentInfoReq);
Parameter | Description | type | required |
---|---|---|---|
collection_name | Collection name | String | true |
new milvusClient(MILUVS_ADDRESS).dataManager.getQuerySegmentInfo({
collectionName: 'my_collection',
});
// getQuerySegmentInfo return