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.
-