Uses of Class
io.milvus.Response.ShowCollResponseWrapper.CollectionInfo
-
Packages that use ShowCollResponseWrapper.CollectionInfo Package Description io.milvus.Response -
-
Uses of ShowCollResponseWrapper.CollectionInfo in io.milvus.Response
Methods in io.milvus.Response that return ShowCollResponseWrapper.CollectionInfo Modifier and Type Method Description ShowCollResponseWrapper.CollectionInfoShowCollResponseWrapper. getCollectionInfoByName(@NonNull String collectionName)Get information of one collection by name.Methods in io.milvus.Response that return types with arguments of type ShowCollResponseWrapper.CollectionInfo Modifier and Type Method Description List<ShowCollResponseWrapper.CollectionInfo>ShowCollResponseWrapper. getCollectionsInfo()Get information of the collections.
-