All Products
Search
Document Center

Tablestore:ReturnContent

Last Updated:Aug 01, 2024

Specifies the information about the returned data.

Data structure

message ReturnContent {
    optional ReturnType return_type = 1;
    repeated string return_column_names = 2;
} 

Parameter

Type

Required

Description

return_type

ReturnType

No

The type of the returned data.

return_column_names

string

No

The names of the columns that you want to return.