CloudTableClient.ListTablesSegmentedAsync Method

Windows Runtime Azure Storage Client Library

Overload List

Name Description
CloudTableClient.ListTablesSegmentedAsync (TableContinuationToken) Returns a collection of table items.
CloudTableClient.ListTablesSegmentedAsync (String, TableContinuationToken) Returns a result segment containing a collection of table items beginning with the specified prefix.
CloudTableClient.ListTablesSegmentedAsync (String, Nullable, TableContinuationToken, TableRequestOptions, OperationContext) Returns a result segment containing a collection of tables beginning with the specified prefix.

See Also