次の方法で共有


BlobOutputDataSource.PathPattern プロパティ

定義

BLOB パス パターンを取得または設定します。 正規表現ではありません。 これは、BLOB 名を照合して、ジョブへの入力または出力として含めるかどうかを判断するパターンを表します。 詳細な説明と例については、 または https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output を参照https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-inputしてください。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.pathPattern")]
public string PathPattern { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.pathPattern")>]
member this.PathPattern : string with get, set
Public Property PathPattern As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象