Share via


BlobsOptions Class

Definition

Represents configuration for BlobTriggerAttribute.

public class BlobsOptions : Microsoft.Azure.WebJobs.Hosting.IOptionsFormatter
type BlobsOptions = class
    interface IOptionsFormatter
Public Class BlobsOptions
Implements IOptionsFormatter
Inheritance
BlobsOptions
Implements
Microsoft.Azure.WebJobs.Hosting.IOptionsFormatter

Constructors

BlobsOptions()

Constructs a new instance.

Properties

MaxDegreeOfParallelism

Gets or sets the maximum number of blob changes that may be processed by concurrently.

PoisonBlobThreshold

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 .

Applies to