键值存储服务 KVS-批量写请求:响应参数

时间:2024-05-07 09:20:02

响应参数

状态码: 200

表8 响应Body参数

参数

参数类型

描述

exception_opers

Array of exception_opers_of_table objects

异常处理的操作,按照table分类组织。

表9 exception_opers_of_table

参数

参数类型

描述

table_name

String

表名,仓内唯一。

  • 长度:[3, 63]
  • 取值字符限制:[a-z0-9_-]+

unprocessed_opers

Array of integers

未处理的操作列表。

  • 数组元素:未处理的操作标识。

failed_opers

Array of fail objects

失败的操作列表,可以是多个。

表10 fail

参数

参数类型

描述

oper_id

Integer

失败的操作标识,1个或多个。

status

String

处理失败操作提示。

support.huaweicloud.com/api-kvs/BatchWriteKv.html