你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TableEntityUpdateMode Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.data.tables.models.TableEntityUpdateMode

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

Methods inherited from java.lang.Object

Methods

valueOf(String name)

public static TableEntityUpdateMode valueOf(String name)

Parameters

name
String

Returns

values()

public static TableEntityUpdateMode[] values()

Returns

Applies to