Counters

작업 진행 상황에 관한 세부정보를 설명합니다.

JSON 표현
{
  "totalObjectCount": string,
  "succeededObjectCount": string,
  "failedObjectCount": string,
  "totalBytesFound": string,
  "objectCustomContextsCreated": string,
  "objectCustomContextsDeleted": string,
  "objectCustomContextsUpdated": string,
  "totalBytesTransformed": string
}
필드
totalObjectCount

string (int64 format)

출력 전용입니다. 나열된 객체 수입니다.

succeededObjectCount

string (int64 format)

출력 전용입니다. 완료된 객체 수입니다.

failedObjectCount

string (int64 format)

출력 전용입니다. 사용자 오류 또는 서비스 오류로 인해 실패한 객체 수입니다.

totalBytesFound

string (int64 format)

출력 전용입니다. 소스에서 발견된 바이트 수입니다. 이 필드는 접두사 목록 객체 구성이 있는 작업에만 채워집니다.

objectCustomContextsCreated

string (int64 format)

출력 전용입니다. 생성된 객체 커스텀 컨텍스트 수입니다. 이 필드는 UpdateObjectCustomContext 변환이 있는 작업에만 채워집니다.

objectCustomContextsDeleted

string (int64 format)

출력 전용입니다. 삭제된 객체 커스텀 컨텍스트 수입니다. 이 필드는 UpdateObjectCustomContext 변환이 있는 작업에만 채워집니다.

objectCustomContextsUpdated

string (int64 format)

출력 전용입니다. 업데이트된 객체 커스텀 컨텍스트 수입니다. 이 카운터는 키가 이미 존재했지만 페이로드가 수정된 커스텀 컨텍스트를 추적합니다. 이 필드는 UpdateObjectCustomContext 변환이 있는 작업에만 채워집니다.

totalBytesTransformed

string (int64 format)

출력 전용입니다. 변환의 영향을 받는 총 바이트 수입니다. 예를 들어 DeleteObject 작업에서 삭제된 바이트 수와 RewriteObject 작업에서 다시 작성된 바이트 수를 계산합니다.