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