Counters

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

string (int64 format)

Output only. Number of objects listed.

succeededObjectCount

string (int64 format)

Output only. Number of objects completed.

failedObjectCount

string (int64 format)

Output only. The number of objects that failed due to user errors or service errors.

totalBytesFound

string (int64 format)

Output only. Number of bytes found from source. This field is only populated for jobs with a prefix list object configuration.

objectCustomContextsCreated

string (int64 format)

Output only. Number of object custom contexts created. This field is only populated for jobs with the UpdateObjectCustomContext transformation.

objectCustomContextsDeleted

string (int64 format)

Output only. Number of object custom contexts deleted. This field is only populated for jobs with the UpdateObjectCustomContext transformation.

objectCustomContextsUpdated

string (int64 format)

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

string (int64 format)

Output only. The total number of bytes affected by the transformation. For example, this counts bytes deleted for DeleteObject operations and bytes rewritten for RewriteObject operations.