TableBatchOperation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class TableBatchOperation : System.Collections.Generic.ICollection<Microsoft.WindowsAzure.Storage.Table.TableOperation>, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Storage.Table.TableOperation>, System.Collections.Generic.IList<Microsoft.WindowsAzure.Storage.Table.TableOperation>
type TableBatchOperation = class
interface IList<TableOperation>
interface ICollection<TableOperation>
interface seq<TableOperation>
interface IEnumerable
Public NotInheritable Class TableBatchOperation
Implements ICollection(Of TableOperation), IEnumerable(Of TableOperation), IList(Of TableOperation)
- Inheritance
-
TableBatchOperation
- Implements
Constructors
TableBatchOperation() |
Properties
Count | |
IsReadOnly | |
Item[Int32] |
Methods
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Extension Methods
ToCommaSeparatedString<T>(IEnumerable<T>) |
Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections. |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET