閱讀798 返回首頁    go 直播


Row__DataType_API 參考_表格存儲-阿裏雲

在 GetRow 和 GetRange 的響應消息中,表示一行數據。

數據結構

  1. message Row {
  2. repeated Column primary_key_columns = 1;
  3. repeated Column attribute_columns = 2;
  4. }

primary_key_columns:

  • 類型:repeated Column

  • 描述:表示該行需要返回的全部主鍵列。

attribute_columns:

  • 類型:repeated Column

  • 描述:表示該行需要返回的全部屬性列。

相關操作

GetRow

GetRange

BatchGetRow

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

  上一篇:go ReservedThroughputDetails__DataType_API 參考_表格存儲-阿裏雲
  下一篇:go RowExistenceExpectation__DataType_API 參考_表格存儲-阿裏雲