PaginationMode
The type of pagination implemented by the FHIR server. The default value is NextLink.
Possible Values
NextLink, LimitOffsetデータ型
string
デフォルト値
"NextLink"
解説
The following options are generally available to all connections:
- NextLink: The driver uses the NextLink URL that is provided by the FHIR server on the response for the next page call.
- LimitOffset: In the case that the FHIR server does not implement the NextLink pagination or has a predefined pattern of URLs that uses 3 parameters (limit/offset/snapshot), we can dynamically implement the pagination in parallel by providing naming conventions in the corresponding connection properties: PaginationLimitName, PaginationOffsetName and PaginationSnapshotName.