다음을 통해 공유


BlobEventsTrigger.BlobPathEndsWith Property

Definition

Gets or sets the blob path must end with the pattern provided for trigger to fire. For example, 'december/boxes.csv' will only fire the trigger for blobs named boxes in a december folder. At least one of these must be provided: blobPathBeginsWith, blobPathEndsWith.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to