AzureTableDataManager<T>.ReadAllTableEntriesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.