TableOperationType Enumeration

Windows Runtime Azure Storage Client Library

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)

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 nameDescription
DeleteRepresents a delete operation.
InsertRepresents an insert operation.
InsertOrMergeRepresents an insert or merge operation.
InsertOrReplaceRepresents an insert or replace operation.
MergeRepresents a merge operation.
ReplaceRepresents a replace operation.
RetrieveRepresents a retrieve operation.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also