Skip to content

Commit ffedce3

Browse files
author
ecfan
committed
Fix batch example for batch size
1 parent cc94276 commit ffedce3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

articles/logic-apps/logic-apps-batch-process-send-receive-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Before you can send messages to a batch, that batch must first exist as the dest
6767
| **Batch Name** | The name for your batch. In Consumption workflows, this property appears only when **Mode** is set to **Inline**. This example uses **TestBatch**. |
6868
| **Release Criteria** | The criteria to meet before processing each batch. By default, the batch trigger operates using "inline mode" where you define the batch release criteria inside the batch trigger. <br><br>- **Message count based**: Release the batch based on the number of messages collected by the batch. <br><br>- **Size based**: Release the batch based on the total size in bytes for all messages collected by that batch. <br><br>- **Schedule based**: Release the batch based on a recurrence schedule, which specifies an interval and frequency. You can optionally select a time zone and provide a start date and time. <br><br>To use all the specified criteria, select all the options. |
6969
| **Message Count** | The number of messages to collect in the batch, for example, 10 messages. The batch message limit is 8,000 messages. |
70-
| **Batch Size** | The total byte size for messages to collect in the batch, for example, 10 MB. The batch size limit is 80 MB. |
70+
| **Batch Size** | The total byte size for messages to collect in the batch, for example, 10 MB or 10,485,760 bytes. The batch size limit is 80 MB. |
7171
| **Recurrence** | The interval and frequency between batch releases, for example, 10 minutes. The minimum recurrence is 60 seconds or 1 minute. Fractional minutes are effectively rounded up to 1 minute. Optionally, you can select a time zone and provide a start date and time. |
7272

7373
> [!NOTE]
675 Bytes
Loading

0 commit comments

Comments
 (0)