阅读930 返回首页    go 阿里云 go 技术社区[云栖]


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

在 BatchGetRow 操作中,表示要读取的一行请求信息。

数据结构

  1. message RowInBatchGetRowRequest {
  2. repeated Column primary_key = 1;
  3. }

primary_key:

  • 类型:repeated Column

  • 描述:需要读取的行的全部主键列。

相关操作

BatchGetRow

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

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