TableInBatchWriteRowResponse

更新时间: 2026-01-14 10:58:24

Indicates the write results for a table in the BatchWriteRow operation.

Data structure

message TableInBatchWriteRowResponse {
    required string table_name = 1;
    repeated RowInBatchWriteRowResponse rows = 2;
}

Parameter

Type

Required

Description

table_name

string

Yes

The name of the data table.

rows

repeated RowInBatchWriteRowResponse

Yes

The result of writing rows to the table.

References

BatchWriteRow

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