PurgeErrorConfig

清除操作相关错误的目标位置配置。

JSON 表示法
{

  // Union field destination can be only one of the following:
  "gcsPrefix": string
  // End of list of possible types for union field destination.
}
字段
联合字段 destination。必需。错误信息的目标位置。destination 只能是下列其中一项:
gcsPrefix

string

用于清除错误的 Cloud Storage 前缀。此字段必须是一个现有的空 Cloud Storage 目录。清除操作的错误信息将以 JSON 编码的 google.rpc.Status 消息格式写入此目录下的分片文件中,每行记录一条错误。