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 オペレーションで書き換えられたバイト数がカウントされます。