Package io.milvus.param.dml
Class DeleteParam
- java.lang.Object
-
- io.milvus.param.dml.DeleteParam
-
public class DeleteParam extends Object
Parameters fordeleteinterface.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteParam.BuilderBuilder forDeleteParamclass.
-
Field Summary
Fields Modifier and Type Field Description protected StringdatabaseName
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DeleteParam.BuildernewBuilder()
-
-
-
Field Detail
-
databaseName
protected final String databaseName
-
-
Method Detail
-
newBuilder
public static DeleteParam.Builder newBuilder()
-
-