Share via


BlobDataSourceProperties.PathPattern Property

Definition

Gets or sets the blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to