Skip to content

[I] SdkPagingServiceMetadata

Paging operation metadata.

Type Parameters

Type Parameter
TServiceOperation extends SdkServiceOperation

Properties

PropertyTypeDescription
__raw?PagingOperation | PagedResultMetadataPaging metadata from TypeSpec core library.
continuationTokenParameterSegments?SdkModelPropertyType<SdkType>[]Segments to indicate how to set continuation token for next page request.
continuationTokenResponseSegments?SdkModelPropertyType<SdkType>[]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.
nextLinkSegments?SdkModelPropertyType<SdkType>[]Segments to indicate how to get next page link value from response.