Uses of Class
io.milvus.param.highlevel.collection.ListCollectionsParam
-
Packages that use ListCollectionsParam Package Description io.milvus.client io.milvus.param.highlevel.collection -
-
Uses of ListCollectionsParam in io.milvus.client
Methods in io.milvus.client with parameters of type ListCollectionsParam Modifier and Type Method Description R<ListCollectionsResponse>AbstractMilvusGrpcClient. listCollections(ListCollectionsParam requestParam)R<ListCollectionsResponse>MilvusClient. listCollections(ListCollectionsParam requestParam)Lists all collectionsR<ListCollectionsResponse>MilvusMultiServiceClient. listCollections(ListCollectionsParam requestParam) -
Uses of ListCollectionsParam in io.milvus.param.highlevel.collection
Methods in io.milvus.param.highlevel.collection that return ListCollectionsParam Modifier and Type Method Description ListCollectionsParamListCollectionsParam.Builder. build()Verifies parameters and creates a newListCollectionsParaminstance.
-