ReceiveMessagesOptions interface
Options when receiving a batch of messages from Service Bus.
- Extends
Properties
| max |
The maximum amount of time to wait for messages to arrive.
Default: |
Inherited Properties
| abort |
The signal which can be used to abort requests. |
| tracing |
Options used when tracing is enabled. |
Property Details
maxWaitTimeInMs
The maximum amount of time to wait for messages to arrive.
Default: 60000 milliseconds.
maxWaitTimeInMs?: number
Property Value
number
Inherited Property Details
abortSignal
The signal which can be used to abort requests.
abortSignal?: AbortSignalLike
Property Value
Inherited From OperationOptionsBase.abortSignal
tracingOptions
Options used when tracing is enabled.
tracingOptions?: OperationTracingOptions
Property Value
Inherited From OperationOptionsBase.tracingOptions