Package io.milvus.response
Class BulkInsertResponseWrapper
java.lang.Object
io.milvus.response.BulkInsertResponseWrapper
Util class to wrap response of
bulkInsert interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGets ID of the bulk insert task.toString()Construct aStringbyBulkInsertResponseWrapperinstance.
-
Constructor Details
-
BulkInsertResponseWrapper
-
-
Method Details
-
getTaskID
public long getTaskID()Gets ID of the bulk insert task.- Returns:
- Long ID of the bulk insert task
-
toString
Construct aStringbyBulkInsertResponseWrapperinstance.
-