다음을 통해 공유


BlobEventsTrigger.IgnoreEmptyBlobs Property

Definition

Gets or sets if set to true, blobs with zero bytes will be ignored.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to