BlobsOptions.PoisonBlobThreshold Property

Definition

Gets or sets the number of times to try processing a given blob before adding a message to a storage queue named webjobs-blobtrigger-poison.

If not specified, will default to 5.

See Poison Blobs .

public int PoisonBlobThreshold { get; set; }
member this.PoisonBlobThreshold : int with get, set
Public Property PoisonBlobThreshold As Integer

Property Value

Applies to