閱讀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 參考_表格存儲-阿裏雲