Enumeration containing the types of operations that can be performed by a TableOperation.
Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
| Visual Basic |
|---|
Dim instance As TableOperationType |
Syntax
| Visual Basic |
|---|
Public Enumeration TableOperationType |
| C# |
|---|
public enum TableOperationType |
| C++ |
|---|
public enum class TableOperationType |
| J# |
|---|
public enum TableOperationType |
| JScript |
|---|
public enum TableOperationType |
Members
| Member name | Description |
|---|---|
| Delete | Represents a delete operation. |
| Insert | Represents an insert operation. |
| InsertOrMerge | Represents an insert or merge operation. |
| InsertOrReplace | Represents an insert or replace operation. |
| Merge | Represents a merge operation. |
| Replace | Represents a replace operation. |
| Retrieve | Represents a retrieve operation. |