Skip to content

Commit 3773eb0

Browse files
Update work-with-data.md
1 parent 3fcc5bc commit 3773eb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/governance/resource-graph/concepts/work-with-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ defines how many records that match the query.
8989

9090
**resultTruncated** is **true** when there are less resources available than a query is requesting or when paging is disabled or when paging is not possible because:
9191

92-
- The query contains a `limit` or `sample` operator.
93-
- All output columns are either `dynamic` or `null` type.
92+
- The query contains a `limit` or `sample`/`take` operator.
93+
- **All** output columns are either `dynamic` or `null` type.
9494

9595
When **resultTruncated** is **true**, the **$skipToken** property isn't set.
9696

@@ -107,8 +107,8 @@ Search-AzGraph -Query "Resources | project id, name | order by id asc" -First 10
107107

108108
> [!IMPORTANT]
109109
> The response won't include the **$skipToken** if:
110-
> - The query contains a `limit` or `sample` operator.
111-
> - All output columns are either `dynamic` or `null` type.
110+
> - The query contains a `limit` or `sample`/`take` operator.
111+
> - **All** output columns are either `dynamic` or `null` type.
112112
113113
For an example, see
114114
[Next page query](/rest/api/azureresourcegraph/resourcegraph(2021-03-01)/resources/resources#next-page-query)

0 commit comments

Comments
 (0)