阅读805 返回首页    go 人物


RowInBatchGetRowResponse__DataType_API 参考_表格存储-阿里云

在 BatchGetRow 操作的返回消息中,表示一行数据。

数据结构

  1. message RowInBatchGetRowResponse {
  2. required bool is_ok = 1 [default = true];
  3. optional Error error = 2;
  4. optional ConsumedCapacity consumed = 3;
  5. optional Row row = 4;
  6. }

is_ok:

  • 类型:bool。

  • 描述:该行操作是否成功。若为 true,则该行读取成功,error 无效;若为 false,则该行读取失败,row 无效。

error:

  • 类型:Error

  • 描述:该行操作的错误信息。

consumed:

  • 类型:ConsumedCapacity

  • 描述:该行操作消耗的服务能力单元。

row:

  • 类型:Row

  • 描述:该行需要返回的列数据集合。

相关操作

BatchGetRow

最后更新:2016-11-23 16:03:56

  上一篇:go RowExistenceExpectation__DataType_API 参考_表格存储-阿里云
  下一篇:go RowInBatchGetRowRequest__DataType_API 参考_表格存储-阿里云