Uses of Class
io.milvus.param.dml.UpsertParam.Builder
-
Packages that use UpsertParam.Builder Package Description io.milvus.param.dml -
-
Uses of UpsertParam.Builder in io.milvus.param.dml
Methods in io.milvus.param.dml that return UpsertParam.Builder Modifier and Type Method Description static UpsertParam.BuilderUpsertParam. newBuilder()UpsertParam.BuilderUpsertParam.Builder. withCollectionName(@NonNull String collectionName)Sets the collection name.UpsertParam.BuilderUpsertParam.Builder. withDatabaseName(String databaseName)Sets the database name.UpsertParam.BuilderUpsertParam.Builder. withFields(@NonNull List<InsertParam.Field> fields)Sets the column data to insert.UpsertParam.BuilderUpsertParam.Builder. withPartitionName(@NonNull String partitionName)Set partition name (Optional).UpsertParam.BuilderUpsertParam.Builder. withRows(@NonNull List<com.alibaba.fastjson.JSONObject> rows)Sets the row data to insert.
-