Enum TransactionWriteOperationType
Defines the types of write operations within a transaction.
Namespace: Innovt.Cloud.Table
Assembly: Innovt.Cloud.dll
Syntax
public enum TransactionWriteOperationType
Fields
| Name | Description |
|---|---|
| Check | Represents a "Check" operation in the transaction. |
| Delete | Represents a "Delete" operation in the transaction. |
| Put | Represents a "Put" operation in the transaction. |
| Update | Represents an "Update" operation in the transaction. |