Freigeben über


CloudTable.ExecuteBatch Methode

Definition

Führt einen Batchvorgang für eine Tabelle als atomaren Vorgang aus.

public virtual Microsoft.Azure.Cosmos.Table.TableBatchResult ExecuteBatch (Microsoft.Azure.Cosmos.Table.TableBatchOperation batch, Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions = default, Microsoft.Azure.Cosmos.Table.OperationContext operationContext = default);
abstract member ExecuteBatch : Microsoft.Azure.Cosmos.Table.TableBatchOperation * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> Microsoft.Azure.Cosmos.Table.TableBatchResult
override this.ExecuteBatch : Microsoft.Azure.Cosmos.Table.TableBatchOperation * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> Microsoft.Azure.Cosmos.Table.TableBatchResult
Public Overridable Function ExecuteBatch (batch As TableBatchOperation, Optional requestOptions As TableRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As TableBatchResult

Parameter

batch
TableBatchOperation

Das TableBatchOperation-Objekt, das die Vorgänge darstellt, die für die Tabelle ausgeführt werden sollen.

requestOptions
TableRequestOptions

Ein TableRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

Gibt zurück

Eine aufzählbare Auflistung von TableResult-Objekten, die die Ergebnisse jedes Vorgangs in TableBatchOperation für die Tabelle der Reihe nach enthält.

Gilt für: