ServiceBusSenderOptions interface
Options to use when creating a sender.
Properties
identifier | Sets the name to identify the sender. This can be used to correlate logs and exceptions. If not specified or empty, a random unique one will be used. |
Property Details
identifier
Sets the name to identify the sender. This can be used to correlate logs and exceptions. If not specified or empty, a random unique one will be used.
identifier?: string
Property Value
string