Syntax
mongoDBExchangeStore:
bodyExceedingMaxSizeStrategy: error
collection: <string>
connection: <string>
database: <string>
maxBodySize: <number>
updateIntervalMs: <number>mongoDBExchangeStore: bodyExceedingMaxSizeStrategy: error collection: <string> connection: <string> database: <string> maxBodySize: <number> updateIntervalMs: <number>
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| bodyExceedingMaxSizeStrategy | false | TRUNCATE | The strategy to use (TRUNCATE or ERROR) when a HTTP message body is larger than the maxBodySize. | - |
| collection | false | - | - | - |
| connection | false | - | - | - |
| database | false | - | - | - |
| maxBodySize | false | 100000 | - | - |
| updateIntervalMs | false | - | - | - |