public static class HistoryResponse.FileEntry extends Object
| Constructor and Description |
|---|
FileEntry() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getErrorLimit()
Number of errors allowed in the file before it is considered failed (based on ON_ERROR copy
option).
|
Long |
getErrorsSeen()
Number of errors seen in the file
|
Long |
getFileSize()
The size of the file as measured by the service
|
String |
getFirstError()
Error message for the first error encountered in this file.
|
Long |
getFirstErrorCharacterPos()
Character position of the first error.
|
String |
getFirstErrorColumnName()
Column name where the first error occurred.
|
Long |
getFirstErrorLineNum()
Line number of the first error.
|
LocalDateTime |
getLastInsertTime()
getLastInsertTime - converts the ISO formatted lastInsertTime string into a LocalDateTime
|
String |
getPath()
The file path relative to the stage location.
|
Long |
getRowsInserted()
Number of rows inserted into the target table from the file.
|
long |
getRowsParsed()
Number of rows parsed from the file.
|
String |
getStageLocation()
Either the stage ID (internal stage) or the S3 bucket (external stage) defined in the pipe.
|
IngestStatus |
getStatus()
Load status for the file: LOAD_IN_PROGRESS: Part of the file has been loaded into the table,
but the load process has not completed yet.
|
String |
getSystemError()
General error describing why the file was not processed.
|
LocalDateTime |
getTimeReceived()
The time at which this file was enqueued by the service ISO 8601 UTC
|
Boolean |
isComplete()
Indicates whether the was file completely processed successfully.
|
void |
setComplete(Boolean complete)
Indicates whether the was file completely processed successfully.
|
void |
setErrorLimit(Long errorLimit)
Number of errors allowed in the file before it is considered failed (based on ON_ERROR copy
option).
|
void |
setErrorsSeen(Long errorsSeen)
Number of errors seen in the file
|
void |
setFileSize(Long fileSize)
The size of the file as measured by the service
|
void |
setFirstError(String firstError)
Error message for the first error encountered in this file.
|
void |
setFirstErrorCharacterPos(Long firstErrorCharacterPos)
Character position of the first error.
|
void |
setFirstErrorColumnName(String firstErrorColumnName)
Column name where the first error occurred.
|
void |
setFirstErrorLineNum(Long firstErrorLineNum)
Line number of the first error.
|
void |
setLastInsertTime(String lastInsertTime)
Time data from this file was last inserted into the table.
|
void |
setPath(String path)
The file path relative to the stage location.
|
void |
setRowsInserted(Long rowsInserted)
Number of rows inserted into the target table from the file.
|
void |
setRowsParsed(long rowsParsed)
Number of rows parsed from the file.
|
void |
setStageLocation(String stageLocation)
Either the stage ID (internal stage) or the S3 bucket (external stage) defined in the pipe.
|
void |
setStatus(IngestStatus status)
Load status for the file: LOAD_IN_PROGRESS: Part of the file has been loaded into the table,
but the load process has not completed yet.
|
void |
setSystemError(String systemError)
General error describing why the file was not processed.
|
void |
setTimeReceived(String timeReceived)
The time at which this file was enqueued by the service ISO 8601 UTC
|
String |
toString() |
public String getPath()
public void setPath(String path)
public Long getFileSize()
public void setFileSize(Long fileSize)
public LocalDateTime getTimeReceived()
public void setTimeReceived(String timeReceived)
public LocalDateTime getLastInsertTime()
public void setLastInsertTime(String lastInsertTime)
public Long getRowsInserted()
public void setRowsInserted(Long rowsInserted)
public Boolean isComplete()
public void setComplete(Boolean complete)
public long getRowsParsed()
public void setRowsParsed(long rowsParsed)
public Long getErrorsSeen()
public void setErrorsSeen(Long errorsSeen)
public Long getErrorLimit()
public void setErrorLimit(Long errorLimit)
public String getFirstError()
public void setFirstError(String firstError)
public Long getFirstErrorLineNum()
public void setFirstErrorLineNum(Long firstErrorLineNum)
public Long getFirstErrorCharacterPos()
public void setFirstErrorCharacterPos(Long firstErrorCharacterPos)
public String getFirstErrorColumnName()
public void setFirstErrorColumnName(String firstErrorColumnName)
public String getSystemError()
public void setSystemError(String systemError)
public String getStageLocation()
public void setStageLocation(String stageLocation)
public IngestStatus getStatus()
public void setStatus(IngestStatus status)
Copyright © 2022. All rights reserved.