File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sdk/eventhub/azure-eventhub Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ with client:
197197
198198### Publish events to an Event Hub asynchronously
199199
200- Use the ` create_batch ` method on ` EventHubProcuer ` to create an ` EventDataBatch ` object which can then be sent using the ` send_batch ` method.
200+ Use the ` create_batch ` method on ` EventHubProducer ` to create an ` EventDataBatch ` object which can then be sent using the ` send_batch ` method.
201201Events may be added to the ` EventDataBatch ` using the ` add ` method until the maximum batch size limit in bytes has been reached.
202202``` python
203203import asyncio
Original file line number Diff line number Diff line change 66# --------------------------------------------------------------------------------------------
77
88"""
9- Example to demonstrate utilizing SAS (Shared Access Signature) tokens to authenticate with ServiceBus
9+ Example to demonstrate utilizing SAS (Shared Access Signature) tokens to authenticate with EventHub
1010"""
1111
1212# pylint: disable=C0111
You can’t perform that action at this time.
0 commit comments