Uses of Class
io.milvus.param.dml.UpsertParam.Builder
Packages that use UpsertParam.Builder
-
Uses of UpsertParam.Builder in io.milvus.param.dml
Methods in io.milvus.param.dml that return UpsertParam.BuilderModifier and TypeMethodDescriptionstatic UpsertParam.BuilderUpsertParam.newBuilder()UpsertParam.Builder.withCollectionName(@NonNull String collectionName) Sets the collection name.UpsertParam.Builder.withDatabaseName(String databaseName) Sets the database name.UpsertParam.Builder.withFields(@NonNull List<InsertParam.Field> fields) Sets the column data to insert.UpsertParam.Builder.withPartitionName(@NonNull String partitionName) Set partition name (Optional).Sets the row data to insert.