Package net.snowflake.ingest.connection
Class IngestResponse
- java.lang.Object
-
- net.snowflake.ingest.connection.IngestResponse
-
public class IngestResponse extends Object
IngestResponse - an object which contains a successful response from the service for the insert request- Author:
- obabarinsa
-
-
Constructor Summary
Constructors Constructor Description IngestResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRequestId()
UUID
getRequestUUID()
getRequestUUID - the requestId as a UUIDString
getResponseCode()
List<String>
getSkippedFiles()
List<String>
getUnmatchedPatternFiles()
String
toString()
-