描述有关作业进度的详细信息。
| JSON 表示法 |
|---|
{ "totalObjectCount": string, "succeededObjectCount": string, "failedObjectCount": string, "totalBytesFound": string, "objectCustomContextsCreated": string, "objectCustomContextsDeleted": string, "objectCustomContextsUpdated": string, "totalBytesTransformed": string } |
| 字段 | |
|---|---|
totalObjectCount |
仅限输出。列出的对象数量。 |
succeededObjectCount |
仅限输出。已完成的对象数量。 |
failedObjectCount |
仅限输出。由于用户错误或服务错误而失败的对象数量。 |
totalBytesFound |
仅限输出。从源文件中找到的字节数。此字段仅对具有前缀列表对象配置的作业填充。 |
objectCustomContextsCreated |
仅限输出。创建的对象自定义上下文数量。仅当作业执行 UpdateObjectCustomContext 转换时,才会填充此字段。 |
objectCustomContextsDeleted |
仅限输出。已删除的对象自定义上下文数量。仅当作业执行 UpdateObjectCustomContext 转换时,才会填充此字段。 |
objectCustomContextsUpdated |
仅限输出。已更新的对象自定义上下文数量。此计数器跟踪密钥已存在但有效载荷已修改的自定义上下文。仅当作业执行 UpdateObjectCustomContext 转换时,才会填充此字段。 |
totalBytesTransformed |
仅限输出。受转换影响的总字节数。例如,此指标会统计 |