# DurableJobsOptions

Package: [Microsoft.Orleans.DurableJobs](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/) 10.0.0-alpha.1

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.DurableJobs) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.DurableJobs/Hosting/DurableJobsOptions.cs#L15)

```csharp
public sealed class DurableJobsOptions
```

Configuration options for the durable jobs feature.

## Constructors

- [DurableJobsOptions](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.hosting.durablejobsoptions/constructors/constructor-e4e11853/)

## Properties

- [ConcurrencySlowStartEnabled](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.hosting.durablejobsoptions/properties/concurrencyslowstartenabled-e82edf5e/)
- [JobStatusPollInterval](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.hosting.durablejobsoptions/properties/jobstatuspollinterval-87079f2b/)
- [MaxAdoptedCount](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.hosting.durablejobsoptions/properties/maxadoptedcount-eb157d1a/)
- [MaxConcurrentJobsPerSilo](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.hosting.durablejobsoptions/properties/maxconcurrentjobspersilo-d0d82b81/)
- [OverloadBackoffDelay](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.hosting.durablejobsoptions/properties/overloadbackoffdelay-2490905b/)
- [ShardActivationBufferPeriod](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.hosting.durablejobsoptions/properties/shardactivationbufferperiod-18a91df1/)
- [ShardBatchLingerDelay](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.hosting.durablejobsoptions/properties/shardbatchlingerdelay-1f3ce9ac/)
- [ShardClaimInitialBudget](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.hosting.durablejobsoptions/properties/shardclaiminitialbudget-6bda1ddb/)
- [ShardClaimMaxBudget](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.hosting.durablejobsoptions/properties/shardclaimmaxbudget-7c16a051/)
- [ShardClaimRampUpDuration](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.hosting.durablejobsoptions/properties/shardclaimrampupduration-852f2ba7/)
- [ShardDuration](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.hosting.durablejobsoptions/properties/shardduration-6fff14c2/)
- [ShardStripeCount](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.hosting.durablejobsoptions/properties/shardstripecount-c0700cca/)
- [ShouldRetry](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.hosting.durablejobsoptions/properties/shouldretry-86d32e70/)
- [SlowStartInitialConcurrency](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.hosting.durablejobsoptions/properties/slowstartinitialconcurrency-de9af68a/)
- [SlowStartInterval](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.hosting.durablejobsoptions/properties/slowstartinterval-edb77994/)
