Class InsertParam

java.lang.Object
io.milvus.param.dml.InsertParam
Direct Known Subclasses:
UpsertParam

public class InsertParam extends Object
Parameters for insert interface.
  • Field Details

    • fields

      protected final List<InsertParam.Field> fields
    • rows

      protected final List<com.google.gson.JsonObject> rows
    • databaseName

      protected final String databaseName
    • collectionName

      protected final String collectionName
    • partitionName

      protected final String partitionName
    • rowCount

      protected final int rowCount
  • Constructor Details

  • Method Details

    • newBuilder

      public static InsertParam.Builder newBuilder()
    • toString

      public String toString()
      Warning: don't use lombok@ToString to annotate this class because large number of vectors will waste time in toString() method.
      Overrides:
      toString in class Object