次の方法で共有


AggregateFunctionProperties クラス

定義

集計関数に関連付けられているプロパティ。

public class AggregateFunctionProperties : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobFunctionProperties
type AggregateFunctionProperties = class
    inherit StreamingJobFunctionProperties
Public Class AggregateFunctionProperties
Inherits StreamingJobFunctionProperties
継承
AggregateFunctionProperties

コンストラクター

AggregateFunctionProperties()

AggregateFunctionProperties の新しいインスタンスを初期化します。

プロパティ

Binding

関数の物理バインディング。 たとえば、Azure Machine Learning Web サービスの場合、エンドポイントについて説明します。 基底クラスであることに注意 StreamingJobFunctionBinding してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、、MachineLearningServiceFunctionBindingCSharpFunctionBindingおよび がJavaScriptFunctionBinding含まれますEMachineLearningStudioFunctionBinding

(継承元 StreamingJobFunctionProperties)
ETag

関数の現在のエンティティ タグ。 これは不透明な文字列です。 これを使用して、要求間でリソースが変更されたかどうかを検出できます。 また、オプティミスティック コンカレンシーの書き込み操作に対して、If-Match ヘッダーまたは If-None-Match ヘッダーで使用することもできます。

(継承元 StreamingJobFunctionProperties)
Inputs

入力を取得します。

(継承元 StreamingJobFunctionProperties)
OutputDataType

関数出力の (Azure Stream Analytics でサポートされている) データ型。 有効な Azure Stream Analytics データ型の一覧については、 を参照 https://msdn.microsoft.com/en-us/library/azure/dn835065.aspxしてください。

(継承元 StreamingJobFunctionProperties)

適用対象