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 StringgetRequestId()UUIDgetRequestUUID()getRequestUUID - the requestId as a UUIDStringgetResponseCode()List<String>getSkippedFiles()List<String>getUnmatchedPatternFiles()StringtoString()
-