Uses of Class
io.milvus.param.partition.ShowPartitionsParam.Builder
Packages that use ShowPartitionsParam.Builder
-
Uses of ShowPartitionsParam.Builder in io.milvus.param.partition
Methods in io.milvus.param.partition that return ShowPartitionsParam.BuilderModifier and TypeMethodDescriptionShowPartitionsParam.Builder.addPartitionName(@NonNull String partitionName) Adds a partition by name.static ShowPartitionsParam.BuilderShowPartitionsParam.newBuilder()ShowPartitionsParam.Builder.withCollectionName(@NonNull String collectionName) Sets the collection name.ShowPartitionsParam.Builder.withDatabaseName(String databaseName) Sets the database name.ShowPartitionsParam.Builder.withPartitionNames(@NonNull List<String> partitionNames) Sets the partition names list.