ReceiveMessagesOptions interface

Options when receiving a batch of messages from Service Bus.

Extends

Properties

maxWaitTimeInMs

The maximum amount of time to wait for messages to arrive. Default: 60000 milliseconds.

Inherited Properties

abortSignal

The signal which can be used to abort requests.

tracingOptions

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