public interface ColumnCondition
Condition when performing PutRow, UpdateRow, DeleteRow, or BatchWriteRow operations.
A Condition includes row existence expectations RowExistenceExpectation and column conditions ColumnCondition.
ColumnCondition currently includes SingleColumnValueCondition and CompositeColumnValueCondition,
the former is used to set a condition on a specific column value, such as "the value of column A is greater than 0", while the latter can set composite column value conditions, for example, "the value of column A is greater than 0 and the value of column B is less than 'abc'".| 限定符和类型 | 方法和说明 |
|---|---|
ColumnConditionType |
getConditionType() |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
serialize() |
ColumnConditionType getConditionType()
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString serialize()
Copyright © 2025. All Rights Reserved.