次の方法で共有


AzureTableOutputDataSource クラス

定義

Azure Table 出力データ ソースについて説明します。

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Microsoft.Storage/Table")]
public class AzureTableOutputDataSource : Microsoft.Azure.Management.StreamAnalytics.Models.OutputDataSource
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.Storage/Table")>]
type AzureTableOutputDataSource = class
    inherit OutputDataSource
Public Class AzureTableOutputDataSource
Inherits OutputDataSource
継承
AzureTableOutputDataSource
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

コンストラクター

AzureTableOutputDataSource()

AzureTableOutputDataSource クラスの新しいインスタンスを初期化します。

AzureTableOutputDataSource(String, String, String, String, String, IList<String>, Nullable<Int32>)

AzureTableOutputDataSource クラスの新しいインスタンスを初期化します。

プロパティ

AccountKey

Azure Storage アカウントのアカウント キーを取得または設定します。 PUT (CreateOrReplace) 要求で必須。

AccountName

Azure Storage アカウントの名前を取得または設定します。 PUT (CreateOrReplace) 要求で必須。

BatchSize

Azure Table に一度に書き込む行数を取得または設定します。

ColumnsToRemove

指定されている場合、配列内の各項目は出力イベント エンティティから削除する列の名前 (存在する場合) を取得または設定します。

PartitionKey

この要素を取得または設定します。この要素は、Azure Table のパーティション キーとして使用されるクエリの SELECT ステートメントの列の名前を示します。 PUT (CreateOrReplace) 要求で必須。

RowKey

この要素は、Azure Table の行キーとして使用されるクエリの SELECT ステートメントの列の名前を取得または設定します。 PUT (CreateOrReplace) 要求で必須。

Table

Azure Table の名前を取得または設定します。 PUT (CreateOrReplace) 要求で必須。

適用対象