StorageTableManagement.QueryTables(String, CancellationToken) 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.
Gets a list of tables from the storage account.
public System.Collections.Generic.IEnumerable<Azure.Data.Tables.Models.TableItem> QueryTables (string filter, System.Threading.CancellationToken cancellationToken);
abstract member QueryTables : string * System.Threading.CancellationToken -> seq<Azure.Data.Tables.Models.TableItem>
override this.QueryTables : string * System.Threading.CancellationToken -> seq<Azure.Data.Tables.Models.TableItem>
Public Function QueryTables (filter As String, cancellationToken As CancellationToken) As IEnumerable(Of TableItem)
Parameters
- filter
- String
Table name filter expression.
- cancellationToken
- CancellationToken
A CancellationToken controlling the request lifetime.