Skip to content

Commit 843f0be

Browse files
Merge pull request #230081 from spelluru/patch-165
clarification about INT in sql-filter
2 parents 9f1aaaa + d64bb26 commit 843f0be

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/service-bus-messaging/service-bus-amqp-request-response.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ Each map entry in the list includes the following properties:
578578
|Index|Value Type|Required|Value Contents|
579579
|---------|----------------|--------------|--------------------|
580580
| 0 | string | Yes | Sql Filter expression |
581-
| 1 | int | Yes | always 20 |
581+
| 1 | int | Yes | always 20. This integer is the compatibility level of the sql filter. It indicates the syntax version of the sql filter. |
582582

583583
`com.microsoft:correlation-filter:list` is a described list, which includes:
584584

@@ -601,7 +601,13 @@ Each map entry in the list includes the following properties:
601601
| `com.microsoft:empty-rule-action:list` | 0x0000013700000005 | Empty Rule Action - No rule action present |
602602
| `com.microsoft:sql-rule-action:list` | 0x0000013700000006 | SQL Rule Action |
603603

604-
`com.microsoft:sql-rule-action:list` is a described list that has two elements. The first element is a string, which contains the SQL rule action's expression. The second element is a 32-bit signed integer and its value is always 20.
604+
`com.microsoft:sql-rule-action:list` is a described list that has two elements.
605+
606+
|Index|Value Type|Required|Value Contents|
607+
|---------|----------------|--------------|--------------------|
608+
| 0 | string | Yes | SQL rule action's expression |
609+
| 1 | int | Yes | always 20. This integer is the compatibility level of the sql filter. It indicates the syntax version of the sql filter. |
610+
605611

606612
## Deferred message operations
607613

0 commit comments

Comments
 (0)