ColumnsToGet

更新时间: 2026-04-30 11:39:55

ColumnsToGet specifies the columns to return in a query response.

Data structure

message ColumnsToGet {
    optional ColumnReturnType return_type = 1;
    repeated string column_names = 2;
}

Parameter

Type

Required

Description

return_type

ColumnReturnType

Yes

The type of columns to return. For more information, see ColumnReturnType.

column_names

string

No

The names of the columns to return. Required only when return_type is set to RETURN_SPECIFIED.

Related operations

ParallelScan

上一篇: ColumnReturnType 下一篇: CompositeColumnValueFilter
阿里云首页 表格存储 相关技术圈