BlobsOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 If not specified, will default to 5. See Poison Blobs . |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET