Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

TableOperationType Enumeration (Microsoft.WindowsAzure.Storage.Table)

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)

Syntax

 
public enum TableOperationType
 
public enum class TableOperationType
 
type TableOperationType
 
Public Enumeration TableOperationType

Members

Member nameDescription
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.

Return to top