阅读320 返回首页    go 阿里云


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

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

数据结构

  1. message TableInBatchGetRowRequest {
  2. required string table_name = 1;
  3. repeated RowInBatchGetRowRequest rows = 2;
  4. repeated string columns_to_get = 3;
  5. optional ColumnCondition filter = 4;
  6. }

table_name:

  • 类型:string。

  • 描述:该表的表名。

rows:

columns_to_get:

  • 类型:repeated string。

  • 描述:该表中需要返回的全部列的列名。

filter:

  • 类型:ColumnCondition

  • 是否必要参数:否。

  • 过滤条件表达式。

相关操作

BatchGetRow

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

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