[I] SdkPagingServiceMetadata
Paging operation metadata.
Type Parameters
| Type Parameter |
|---|
TServiceOperation extends SdkServiceOperation |
Properties
| Property | Type | Description |
|---|---|---|
__raw? | PagingOperation | PagedResultMetadata | Paging metadata from TypeSpec core library. |
continuationTokenParameterSegments? | SdkModelPropertyType[] | Segments to indicate how to set continuation token for next page request. |
continuationTokenResponseSegments? | SdkModelPropertyType[] | Segments to indicate how to get continuation token value from response. |
nextLinkOperation? | SdkServiceMethod<TServiceOperation> | Method used to get next page. If not defined, use the initial method. |
nextLinkReInjectedParametersSegments? | SdkModelPropertyType[][] | Segments to indicate how to get parameters that are needed to be injected into next page link. |
nextLinkSegments? | SdkModelPropertyType[] | Segments to indicate how to get next page link value from response. |
pageItemsSegments? | SdkModelPropertyType[] | Segments to indicate how to get page items from response. |