Package io.milvus.param.dml
Class InsertParam
- java.lang.Object
-
- io.milvus.param.dml.InsertParam
-
- Direct Known Subclasses:
UpsertParam
public class InsertParam extends Object
Parameters forinsertinterface.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInsertParam.BuilderBuilder forInsertParamclass.static classInsertParam.FieldInternal class for insert data.
-
Field Summary
Fields Modifier and Type Field Description protected StringcollectionNameprotected StringdatabaseNameprotected List<InsertParam.Field>fieldsprotected StringpartitionNameprotected introwCountprotected List<com.alibaba.fastjson.JSONObject>rows
-
Constructor Summary
Constructors Modifier Constructor Description protectedInsertParam(@NonNull InsertParam.Builder builder)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InsertParam.BuildernewBuilder()
-
-
-
Field Detail
-
fields
protected final List<InsertParam.Field> fields
-
rows
protected final List<com.alibaba.fastjson.JSONObject> rows
-
databaseName
protected final String databaseName
-
collectionName
protected final String collectionName
-
partitionName
protected final String partitionName
-
rowCount
protected final int rowCount
-
-
Constructor Detail
-
InsertParam
protected InsertParam(@NonNull @NonNull InsertParam.Builder builder)
-
-
Method Detail
-
newBuilder
public static InsertParam.Builder newBuilder()
-
-