次の方法で共有


BlobStreamInputDataSource.PathPattern プロパティ

定義

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

[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

適用対象