EventProcessorOptions.DefaultOptions Property
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.
Returns an EventProcessorOptions instance with all options set to the default values. The default values are:
MaxBatchSize: 10
ReceiveTimeOut: 1 minute
PrefetchCount: 300
InitialOffsetProvider: uses the last offset checkpointed, or StartOfStream
InvokeProcessorAfterReceiveTimeout: false
public static Microsoft.Azure.EventHubs.Processor.EventProcessorOptions DefaultOptions { get; }
static member DefaultOptions : Microsoft.Azure.EventHubs.Processor.EventProcessorOptions
Public Shared ReadOnly Property DefaultOptions As EventProcessorOptions
Property Value
an EventProcessorOptions instance with all options set to the default values
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET