Describes details about the progress of the job.
| JSON representation |
|---|
{ "totalObjectCount": string, "succeededObjectCount": string, "failedObjectCount": string, "totalBytesFound": string, "objectCustomContextsCreated": string, "objectCustomContextsDeleted": string, "objectCustomContextsUpdated": string, "totalBytesTransformed": string } |
| Fields | |
|---|---|
totalObjectCount |
Output only. Number of objects listed. |
succeededObjectCount |
Output only. Number of objects completed. |
failedObjectCount |
Output only. The number of objects that failed due to user errors or service errors. |
totalBytesFound |
Output only. Number of bytes found from source. This field is only populated for jobs with a prefix list object configuration. |
objectCustomContextsCreated |
Output only. Number of object custom contexts created. This field is only populated for jobs with the UpdateObjectCustomContext transformation. |
objectCustomContextsDeleted |
Output only. Number of object custom contexts deleted. This field is only populated for jobs with the UpdateObjectCustomContext transformation. |
objectCustomContextsUpdated |
Output only. Number of object custom contexts updated. This counter tracks custom contexts where the key already existed, but the payload was modified. This field is only populated for jobs with the UpdateObjectCustomContext transformation. |
totalBytesTransformed |
Output only. The total number of bytes affected by the transformation. For example, this counts bytes deleted for |