Szerkesztés

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


AzureTableDataManager<T>.ReadTableEntriesAndEtagsAsync(String) Method

Definition

Read data entries and their corresponding eTags from the Azure table.

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

Parameters

filter
String

Filter string to use for querying the table and filtering the results.

Returns

Enumeration of entries in the table which match the query condition.

Applies to