Syntax
azureTableStorage:
'$ref': <string>
httpClientConfig: {}
partitionKey: <string>
storageAccountKey: <string>
storageAccountName: <string>
tableName: <string>
azureTableStorage:
'$ref': <string>
httpClientConfig: {}
partitionKey: <string>
storageAccountKey: <string>
storageAccountName: <string>
tableName: <string>
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| $ref | false | - | Reference a component defined under components. | - |
| partitionKey | false | - | - | - |
| storageAccountKey | false | - | - | - |
| storageAccountName | false | - | - | - |
| tableName | false | - | - | - |
Child Structure
| Element | Cardinality | Description |
|---|---|---|
| httpClientConfig | 0..1 | Configuration container for Membrane's HTTP client. Allows defining proxy, connection, authentication, TLS, and retry behavior. Can be used as a reusable bean and referenced via . Most of its sub-elements are optional. |