AzureTableDataManager<T>.DeleteTableEntriesAsync 方法

定义

使用 eTag 删除表中已有的一组现有数据条目。 如果数据不存在或 eTag 不匹配,则失败。

public System.Threading.Tasks.Task DeleteTableEntriesAsync (System.Collections.Generic.IReadOnlyCollection<Tuple<T,string>> collection);
member this.DeleteTableEntriesAsync : System.Collections.Generic.IReadOnlyCollection<'T * string> -> System.Threading.Tasks.Task
Public Function DeleteTableEntriesAsync (collection As IReadOnlyCollection(Of Tuple(Of T, String))) As Task

参数

collection
IReadOnlyCollection<Tuple<T,String>>

要从表中删除的数据条目及其对应的 etag。

返回

此存储操作的完成承诺。

适用于