次の方法で共有


DataFactoryBlobEventsTrigger.BlobPathBeginsWith プロパティ

定義

BLOB パスは、トリガーを起動するために指定されているパターンで始まる必要があります。 たとえば、'/records/blobs/december/' の場合、レコード コンテナーの december フォルダー内にある BLOB のトリガーのみが起動されます。 blobPathBeginsWith、blobPathEndsWith の少なくとも 1 つを指定する必要があります。

public string BlobPathBeginsWith { get; set; }
member this.BlobPathBeginsWith : string with get, set
Public Property BlobPathBeginsWith As String

プロパティ値

適用対象