AzureTableOutputDataSource コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AzureTableOutputDataSource() |
AzureTableOutputDataSource クラスの新しいインスタンスを初期化します。 |
AzureTableOutputDataSource(String, String, String, String, String, IList<String>, Nullable<Int32>) |
AzureTableOutputDataSource クラスの新しいインスタンスを初期化します。 |
AzureTableOutputDataSource()
AzureTableOutputDataSource クラスの新しいインスタンスを初期化します。
public AzureTableOutputDataSource ();
Public Sub New ()
適用対象
AzureTableOutputDataSource(String, String, String, String, String, IList<String>, Nullable<Int32>)
AzureTableOutputDataSource クラスの新しいインスタンスを初期化します。
public AzureTableOutputDataSource (string accountName = default, string accountKey = default, string table = default, string partitionKey = default, string rowKey = default, System.Collections.Generic.IList<string> columnsToRemove = default, int? batchSize = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSource : string * string * string * string * string * System.Collections.Generic.IList<string> * Nullable<int> -> Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSource
Public Sub New (Optional accountName As String = Nothing, Optional accountKey As String = Nothing, Optional table As String = Nothing, Optional partitionKey As String = Nothing, Optional rowKey As String = Nothing, Optional columnsToRemove As IList(Of String) = Nothing, Optional batchSize As Nullable(Of Integer) = Nothing)
パラメーター
- accountName
- String
Azure ストレージ アカウントの名前。 PUT (CreateOrReplace) 要求で必須。
- accountKey
- String
Azure Storage アカウントのアカウント キー。 PUT (CreateOrReplace) 要求で必須。
- table
- String
Azure テーブルの名前。 PUT (CreateOrReplace) 要求で必須。
- partitionKey
- String
この要素は、Azure Table のパーティション キーとして使用されるクエリの SELECT ステートメントの列の名前を示します。 PUT (CreateOrReplace) 要求で必須。
- rowKey
- String
この要素は、Azure Table の行キーとして使用されるクエリの SELECT ステートメントの列の名前を示します。 PUT (CreateOrReplace) 要求で必須。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET