次の方法で共有


BlobEventsTrigger.IgnoreEmptyBlobs プロパティ

定義

true に設定されている場合、バイトが 0 の BLOB は無視されます。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.ignoreEmptyBlobs")]
public bool? IgnoreEmptyBlobs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.ignoreEmptyBlobs")>]
member this.IgnoreEmptyBlobs : Nullable<bool> with get, set
Public Property IgnoreEmptyBlobs As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象