CloudTableClient.ListTables メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したプレフィックスで始まる、遅延的に取得されたテーブルの列挙可能なコレクションを返します。
public virtual System.Collections.Generic.IEnumerable<Microsoft.Azure.Cosmos.Table.CloudTable> ListTables (string prefix = default, Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions = default, Microsoft.Azure.Cosmos.Table.OperationContext operationContext = default);
abstract member ListTables : string * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> seq<Microsoft.Azure.Cosmos.Table.CloudTable>
override this.ListTables : string * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> seq<Microsoft.Azure.Cosmos.Table.CloudTable>
Public Overridable Function ListTables (Optional prefix As String = Nothing, Optional requestOptions As TableRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As IEnumerable(Of CloudTable)
パラメーター
- prefix
- String
テーブル名プレフィックスを含む文字列。
- requestOptions
- TableRequestOptions
要求の追加オプションを指定する TableRequestOptions オブジェクトです。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
戻り値
遅延取得されるオブジェクトの CloudTable 列挙可能なコレクション。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET