TableBatchOperation Members

Represents a batch operation on a table.

The following tables list the members exposed by the TableBatchOperation type.

Public Constructors

  Name Description
  TableBatchOperation Initializes a new instance of the TableBatchOperation class.

Top

Public Properties

  Name Description
public property Count Gets the number of operations in this TableBatchOperation.
public property IsReadOnly Gets a value indicating whether the TableBatchOperation is read-only.
public property Item Gets or sets the TableOperation item at the specified index.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Add Adds the TableOperation to the TableBatchOperation.
public method Clear Clears all TableOperation objects from the TableBatchOperation.
public method Contains Returns true if this TableBatchOperation contains the specified element.
public method CopyTo Copies all the elements of the TableBatchOperation to the specified one-dimensional array starting at the specified destination array index.
public method Delete Adds a TableOperation to the TableBatchOperation that deletes the specified entity from a table.
public method Equals  (Inherited from Object)
public method GetEnumerator Returns an IEnumerator for the TableBatchOperation.
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method IndexOf Returns the zero-based index of the first occurrence of the specified TableOperation item, or -1 if the TableBatchOperation does not contain the item.
public method Insert Overloaded.  
public method InsertOrMerge Adds a TableOperation to the TableBatchOperation that inserts the specified entity into a table if the entity does not exist; if the entity does exist then its contents are merged with the provided entity.
public method InsertOrReplace Adds a TableOperation to the TableBatchOperation that inserts the specified entity into a table if the entity does not exist; if the entity does exist then its contents are replaced with the provided entity.
public method Merge Adds a TableOperation to the TableBatchOperation that merges the contents of the specified entity with the existing entity in a table.
public method Remove Removes the specified TableOperation item from the TableBatchOperation.
public method RemoveAt Removes the TableOperation at the specified index from the TableBatchOperation.
public method Replace Adds a TableOperation to the TableBatchOperation that replaces the contents of the specified entity in a table.
public method Retrieve Overloaded.  
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

Explicit Interface Implementations

  Name Description
  GetEnumerator Returns an IEnumerator.

Top

See Also

Reference

TableBatchOperation Class
Microsoft.WindowsAzure.Storage.Table Namespace