milvus-logo
LFAI
< Docs

list_collections()

This method lists all collections in Milvus.

Invocation

list_collections(timeout=None, using='default')

Parameters

ParameterDescriptionTypeRequired
timeoutAn optional duration of time in seconds to allow for the RPC. If it is set to None, the client keeps waiting until the server responds or error occurs.FloatFalse
usingMilvus Connection used to check the collectionStringFalse

Return

A list of collection names.

Feedback

Was this page helpful?