24 lines
537 B
Markdown
24 lines
537 B
Markdown
---
|
|
title: RemainingItemCount
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.15"
|
|
toVersion: "1.15"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.16"
|
|
toVersion: "1.28"
|
|
- stage: stable
|
|
defaultValue: true
|
|
fromVersion: "1.29"
|
|
---
|
|
Allow the API servers to show a count of remaining
|
|
items in the response to a
|
|
[chunking list request](/docs/reference/using-api/api-concepts/#retrieving-large-results-sets-in-chunks).
|