Skip to content

Commit 1fb1948

Browse files
committed
Fixes MicrosoftDocs/azure-docs#50606 - Corrent resultTruncated content
1 parent 4cdcd75 commit 1fb1948

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
@@ -1,7 +1,7 @@
11
---
22
title: Work with large data sets
33
description: Understand how to get, format, page, and skip records in large data sets while working with Azure Resource Graph.
4-
ms.date: 10/18/2019
4+
ms.date: 03/20/2020
55
ms.topic: conceptual
66
---
77
# Working with large Azure resource data sets
@@ -83,9 +83,9 @@ not returned in the response. This condition can also be identified when the **c
8383
less than the **totalRecords** property. **totalRecords** defines how many records that match the
8484
query.
8585

86-
When **resultTruncated** is **true**, the **$skipToken** property is set in the response. This
87-
value is used with the same query and subscription values to get the next set of records that
88-
matched the query.
86+
**resultTruncated** is **true** when either paging is disabled or not possible due to no `id`
87+
column or when there are less resources available than a query is requesting. When
88+
**resultTruncated** is **true**, the **$skipToken** property is not set.
8989

9090
The following examples show how to **skip** the first 3000 records and return the **first** 1000
9191
records after those records skipped with Azure CLI and Azure PowerShell:

0 commit comments

Comments
 (0)