你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TableEntityUpdateMode Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. data. tables. models. TableEntityUpdateMode
- com.
- java.
public enum TableEntityUpdateMode
extends Enum<TableEntityUpdateMode>
The type of update operation to perform on an existing entity within a table.
Fields
MERGE |
The provided entity's properties will be merged into the existing entity. |
REPLACE |
The provided entity's properties will completely replace those in the existing entity. |
Methods inherited from java.lang.Enum
valueOf
clone
compareTo
describeConstable
equals
finalize
getDeclaringClass
hashCode
name
ordinal
toString