Edit

Share via


AzureTableDataManager<T>.ReadAllTableEntriesAsync Method

Definition

Read all entries in the table. NOTE: This could be a very expensive and slow operation for large tables!

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

Returns

Enumeration of all entries in the table.

Applies to