TableBatchOperation.Replace(ITableEntity) Method

Definition

Adds a TableOperation to the TableBatchOperation that replaces the contents of the specified entity in a table.

public void Replace (Microsoft.Azure.Cosmos.Table.ITableEntity entity);
member this.Replace : Microsoft.Azure.Cosmos.Table.ITableEntity -> unit
Public Sub Replace (entity As ITableEntity)

Parameters

entity
ITableEntity

The entity whose contents are being replaced.

Applies to