阅读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 参考_表格存储-阿里云