Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.OCIPublishLocationStructureStatusOutputRepresentation

Detailed status of a publish location structure job.

Subclass of ConnectApi.OCIBaseOutputRepresentation.

Property Name Type Description Available Version
endTimeUTC String The UTC time when the job finished. (for example: "2020-07-06T22:54:08.012Z") 51.0
recordsProcessedCount Integer The number of records processed by the job. 51.0
recordsReadCount Integer The number of records read by the job. 51.0
recordsSkippedCount Integer The number of records skipped by the job. 51.0
startTimeUTC String The UTC time when the job started. (for example: "2020-07-06T22:53:06.788Z") 51.0
status String The status of the job. (e.g., "PENDING," "COMPLETED," etc.). 51.0
uploadId String Identifier of the job. 51.0
validationErrors List<String> List of any validation errors returned by the job. 51.0
validationStatus String The validation status of the job. 51.0