From 674e4e79ea6a8dc57a8755454f2769835cf23a45 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 23 Aug 2023 14:39:12 +0000 Subject: [PATCH] update autogenerated docs --- docs/reference/blocks/azure_read_event_hub.md | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 docs/reference/blocks/azure_read_event_hub.md diff --git a/docs/reference/blocks/azure_read_event_hub.md b/docs/reference/blocks/azure_read_event_hub.md deleted file mode 100644 index b247fb30..00000000 --- a/docs/reference/blocks/azure_read_event_hub.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -parent: Blocks -grand_parent: Reference ---- - -# azure\.read\_event\_hub - -Read from Azure Event Hub - - -**Properties** - -|Name|Type|Description|Required| -|----|----|-----------|--------| -|**event\_hub\_connection\_string**|`string`|The connection string for the Azure Event Hub namespace.
|yes| -|**event\_hub\_consumer\_group\_name**|`string`|The name of the consumer group to read events from.
|yes| -|**event\_hub\_name**|`string`|The name of the Azure Event Hub.
|yes| -|**checkpoint\_store\_connection\_string**|`string`|The connection string for the Azure Storage account used as the checkpoint store.
|yes| -|**checkpoint\_store\_container\_name**|`string`|The name of the container within the checkpoint store to store the checkpoints.
|yes| -|**batch\_size**|`integer`|The maximum number of events to receive in each batch.
Default: `300`
|no| - -**Example** - -```yaml -batch_size: 300 - -``` - -