Skip to content

Commit 96b2289

Browse files
authored
Merge pull request #193946 from baanders/4-4-page
ADT: Update query page size
2 parents 0c34d8c + 2a427fb commit 96b2289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/digital-twins-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: baanders
33
description: include file for Azure Digital Twins limits
44
ms.service: digital-twins
55
ms.topic: include
6-
ms.date: 10/20/2021
6+
ms.date: 4/4/2022
77
ms.author: baanders
88
---
99

@@ -30,7 +30,7 @@ The following table lists the functional limits of Azure Digital Twins.
3030
| Models | Number of models that can be uploaded in a single API call | 250 | No |
3131
| Models | Maximum size (of JSON body in a PUT or PATCH request) of a single model | 1 MB | No |
3232
| Models | Number of items returned in a single page | 100 | No |
33-
| Query | Number of items returned in a single page | 100 | Yes |
33+
| Query | Number of items returned in a single page | 1000 | Yes |
3434
| Query | Number of `AND` / `OR` expressions in a query | 50 | Yes |
3535
| Query | Number of array items in an `IN` / `NOT IN` clause | 50 | Yes |
3636
| Query | Number of characters in a query | 8,000 | Yes |

0 commit comments

Comments
 (0)