Szerkesztés

Megosztás a következőn keresztül:


AzureTableDataManager<T>.BulkInsertTableEntries Method

Definition

Inserts a set of new data entries into the table. Fails if the data does already exists.

public System.Threading.Tasks.Task BulkInsertTableEntries (System.Collections.Generic.IReadOnlyCollection<T> collection);
member this.BulkInsertTableEntries : System.Collections.Generic.IReadOnlyCollection<'T (requires 'T : null and 'T :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'T : (new : unit -> 'T))> -> System.Threading.Tasks.Task
Public Function BulkInsertTableEntries (collection As IReadOnlyCollection(Of T)) As Task

Parameters

collection
IReadOnlyCollection<T>

Data entries to be inserted into the table.

Returns

Completion promise for this storage operation.

Applies to