Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CodelessConnectorPollingPagingProperties

Package version

Describe the properties needed to make a pagination call

Hierarchy

  • CodelessConnectorPollingPagingProperties

Index

Properties

Optional nextPageParaName

nextPageParaName: undefined | string

Defines the name of a next page attribute

Optional nextPageTokenJsonPath

nextPageTokenJsonPath: undefined | string

Defines the path to a next page token JSON

Optional pageCountAttributePath

pageCountAttributePath: undefined | string

Defines the path to a page count attribute

Optional pageSize

pageSize: undefined | number

Defines the paging size

Optional pageSizeParaName

pageSizeParaName: undefined | string

Defines the name of the page size parameter

Optional pageTimeStampAttributePath

pageTimeStampAttributePath: undefined | string

Defines the path to a paging time stamp attribute

Optional pageTotalCountAttributePath

pageTotalCountAttributePath: undefined | string

Defines the path to a page total count attribute

pagingType

pagingType: string

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

Optional searchTheLatestTimeStampFromEventsList

searchTheLatestTimeStampFromEventsList: undefined | string

Determines whether to search for the latest time stamp in the events list

Generated using TypeDoc