CodelessConnectorPollingPagingProperties interface

Describe the properties needed to make a pagination call

Properties

nextPageParaName

Defines the name of a next page attribute

nextPageTokenJsonPath

Defines the path to a next page token JSON

pageCountAttributePath

Defines the path to a page count attribute

pageSize

Defines the paging size

pageSizeParaName

Defines the name of the page size parameter

pageTimeStampAttributePath

Defines the path to a paging time stamp attribute

pageTotalCountAttributePath

Defines the path to a page total count attribute

pagingType

Describes the type. could be 'None', 'PageToken', 'PageCount', 'TimeStamp'

searchTheLatestTimeStampFromEventsList

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