TableTransactionAction Class

Definition

Defines an transaction action to be included as part of a batch operation.

public class TableTransactionAction
type TableTransactionAction = class
Public Class TableTransactionAction
Inheritance
TableTransactionAction

Constructors

TableTransactionAction(TableTransactionActionType, ITableEntity)

Initializes a new instance of the TableTransactionAction

TableTransactionAction(TableTransactionActionType, ITableEntity, ETag)

Initializes a new instance of the TableTransactionAction

Properties

ActionType

The operation type to be applied to the Entity.

Entity

The table entity to which the batch operation will be applied.

ETag

The optional ETag to be used for the entity operation.

Applies to