Package io.milvus.client
Class ShowCollectionsResponse
- java.lang.Object
-
- io.milvus.client.ShowCollectionsResponse
-
public class ShowCollectionsResponse extends Object
Contains the returnedresponseandcollectionNamesforshowCollections
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getCollectionNames()ResponsegetResponse()booleanok()StringtoString()
-