CodelessConnectorPollingPagingProperties interface
Describe the properties needed to make a pagination call
Properties
next |
Defines the name of a next page attribute |
next |
Defines the path to a next page token JSON |
page |
Defines the path to a page count attribute |
page |
Defines the paging size |
page |
Defines the name of the page size parameter |
page |
Defines the path to a paging time stamp attribute |
page |
Defines the path to a page total count attribute |
paging |
Describes the type. could be 'None', 'PageToken', 'PageCount', 'TimeStamp' |
search |
Determines whether to search for the latest time stamp in the events list |
Property Details
nextPageParaName
Defines the name of a next page attribute
nextPageParaName?: string
Property Value
string
nextPageTokenJsonPath
Defines the path to a next page token JSON
nextPageTokenJsonPath?: string
Property Value
string
pageCountAttributePath
Defines the path to a page count attribute
pageCountAttributePath?: string
Property Value
string
pageSize
Defines the paging size
pageSize?: number
Property Value
number
pageSizeParaName
Defines the name of the page size parameter
pageSizeParaName?: string
Property Value
string
pageTimeStampAttributePath
Defines the path to a paging time stamp attribute
pageTimeStampAttributePath?: string
Property Value
string
pageTotalCountAttributePath
Defines the path to a page total count attribute
pageTotalCountAttributePath?: string
Property Value
string
pagingType
Describes the type. could be 'None', 'PageToken', 'PageCount', 'TimeStamp'
pagingType: string
Property Value
string
searchTheLatestTimeStampFromEventsList
Determines whether to search for the latest time stamp in the events list
searchTheLatestTimeStampFromEventsList?: string
Property Value
string
Azure SDK for JavaScript