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