🚀 Try Zilliz Cloud, the fully managed Milvus, for free—experience 10x faster performance! Try Now>>

milvus-logo
LFAI
< Docs
  • Node

hasCollection()

This method checks if a specified collection exists.

Invocation

new milvusClient(MILUVS_ADDRESS).collectionManager.hasCollection(HasCollectionReq);

Parameters

HasCollectionReq

ParameterDescriptionTypeRequired
collection_nameName of the collection to checkStringTrue

Example

new milvusClient(MILUVS_ADDRESS).collectionManager.hasCollection({
  collection_name: 'my_collection',
});

Return

// hasCollection return
{ status: { error_code: 'Success', reason: '' }, value: true }

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?