RowExistenceExpectation

更新时间: 2026-01-14 11:50:25

RowExistenceExpectation indicates the row existence conditions.

Valid values:

  • IGNORE: Row existence check is not performed.

  • EXPECT_EXIST: The row is expected to exist.

  • EXPECT_NOT_EXIST: The row is not expected to exist.

enum RowExistenceExpectation {
    IGNORE = 0;
    EXPECT_EXIST = 1;
    EXPECT_NOT_EXIST = 2;
}

Related operations

PutRow

UpdateRow

DeleteRow

BatchWriteRow

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