Drop a collection. It will delete all data in the collection.
new milvusClient(MILUVS_ADDRESS).collectionManager.dropCollection(DropCollectionReq);
Parameter | Description | type | required |
---|---|---|---|
collection_name | Collection name | String | true |
new milvusClient(MILUVS_ADDRESS).collectionManager.dropCollection({
collection_name: 'my_collection',
});
// dropCollection return