TableBatchOperation Methods

Windows Runtime Azure Storage Client Library

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)

Protected Methods

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

Explicit Interface Implementations

  Name Description
GetEnumerator Returns an IEnumerator.

See Also