Uses of Class
io.milvus.param.collection.ShowCollectionsParam.Builder
Packages that use ShowCollectionsParam.Builder
-
Uses of ShowCollectionsParam.Builder in io.milvus.param.collection
Methods in io.milvus.param.collection that return ShowCollectionsParam.BuilderModifier and TypeMethodDescriptionShowCollectionsParam.Builder.addCollectionName(@NonNull String collectionName) Adds a collection name.static ShowCollectionsParam.BuilderShowCollectionsParam.newBuilder()ShowCollectionsParam.Builder.withCollectionNames(@NonNull List<String> collectionNames) Sets a list of collection names.ShowCollectionsParam.Builder.withDatabaseName(String databaseName) ShowCollectionsParam.Builder.withShowType(ShowType showType) Sets a show type.