





TableBatchOperation Members |
See Also Constructors Methods Properties Explicit Interface Implementations |
![]() ![]() |
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. |
Public Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of operations in this TableBatchOperation. |
![]() |
IsReadOnly | Gets a value indicating whether the TableBatchOperation is read-only. |
![]() |
Item | Gets or sets the TableOperation item at the specified index. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
Add | Adds the TableOperation to the TableBatchOperation. |
![]() |
Clear | Clears all TableOperation objects from the TableBatchOperation. |
![]() |
Contains | Returns true if this TableBatchOperation contains the specified element. |
![]() |
CopyTo | Copies all the elements of the TableBatchOperation to the specified one-dimensional array starting at the specified destination array index. |
![]() |
Delete | Adds a TableOperation to the TableBatchOperation that deletes the specified entity from a table. |
![]() |
Equals | (Inherited from Object) |
![]() |
GetEnumerator | Returns an IEnumerator for the TableBatchOperation. |
![]() |
GetHashCode | (Inherited from Object) |
![]() |
GetType | (Inherited from Object) |
![]() |
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. |
![]() |
Insert | Overloaded. |
![]() |
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. |
![]() |
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. |
![]() |
Merge | Adds a TableOperation to the TableBatchOperation that merges the contents of the specified entity with the existing entity in a table. |
![]() |
Remove | Removes the specified TableOperation item from the TableBatchOperation. |
![]() |
RemoveAt | Removes the TableOperation at the specified index from the TableBatchOperation. |
![]() |
Replace | Adds a TableOperation to the TableBatchOperation that replaces the contents of the specified entity in a table. |
![]() |
Retrieve | Overloaded. |
![]() |
ToString | (Inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object) |
![]() |
MemberwiseClone | (Inherited from Object) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
GetEnumerator | Returns an IEnumerator. |