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 操作重写的字节数。