Uses of Class
io.milvus.param.dml.DeleteParam.Builder
Packages that use DeleteParam.Builder
-
Uses of DeleteParam.Builder in io.milvus.param.dml
Methods in io.milvus.param.dml that return DeleteParam.BuilderModifier and TypeMethodDescriptionstatic DeleteParam.BuilderDeleteParam.newBuilder()DeleteParam.Builder.withCollectionName(@NonNull String collectionName) Sets the collection name.DeleteParam.Builder.withDatabaseName(String databaseName) Sets the database name.Sets the expression to filter out entities to be deleted.DeleteParam.Builder.withPartitionName(@NonNull String partitionName) Sets the partition name (Optional).