Skip to content

Commit 3556123

Browse files
Merge pull request #220384 from EXPEkesheth/patch-21
Update continuation token size limit
2 parents b05b72b + 08376cb commit 3556123

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/healthcare-apis/azure-api-for-fhir/overview-of-search.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ Similarly, you can do a reverse chained search. This allows you to get resources
158158

159159
As mentioned above, the results from a search will be a paged bundle. By default, the search will return 10 results per page, but this can be increased (or decreased) by specifying `_count`. Within the bundle, there will be a self link that contains the current result of the search. If there are additional matches, the bundle will contain a next link. You can continue to use the next link to get the subsequent pages of results. `_count` is limited to 1000 items or less.
160160

161+
The next link in the bundle has a continuation token size limit of 3KB. You have flexibility to tweak the continuation token size between 1 to 3KB, using header "x-ms-documentdb-responsecontinuationtokenlimitinkb".
162+
161163
Currently, the Azure API for FHIR only supports the next link in bundles, and it doesn’t support first, last, or previous links.
162164

163165
## Next steps

0 commit comments

Comments
 (0)