tns:dataSourceFileStatus
Data structure that contains status information about a file submitted to a data source.| Element | Type | Description |
|---|---|---|
| fileName | xsd:string | The file name. |
| startDate | xsd:string | The date and time the file started processing. |
| finishDate | xsd:string | The date and time the file finished processing. |
| fileSizeBytes | xsd:int | The file size in bytes. |
| fileRows | xsd:int | The number of data rows in the file. |
| errors | tns:errorList | A list of fatal errors in the file, organized by data row. |
| warnings | tns:warningList | A list of non-fatal warnings in the file, organized by data row. |
| receivedDate | xsd:string | The date and time Adobe servers received the file. |
| status | xsd:string | Status of the file processing. Supported values include Success and Failure. |
Comments (0)
Must be logged in to comment. Login or register now to comment!