全部產品
Search
文件中心

Tablestore:ColumnsToGet

更新時間:Jun 30, 2024

表示要返回的列。

資料結構

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

名稱

類型

是否必選

描述

return_type

ColumnReturnType

列傳回型別。更多資訊,請參見ColumnReturnType

column_names

string

要返回的列。當傳回型別的取值為返回指定列時,才需要設定此參數。

相關操作

ParallelScan