CodelessConnectorPollingPagingProperties Class

Describe the properties needed to make a pagination call.

All required parameters must be populated in order to send to Azure.

Inheritance
CodelessConnectorPollingPagingProperties

Constructor

CodelessConnectorPollingPagingProperties(*, paging_type: str, next_page_para_name: Optional[str] = None, next_page_token_json_path: Optional[str] = None, page_count_attribute_path: Optional[str] = None, page_total_count_attribute_path: Optional[str] = None, page_time_stamp_attribute_path: Optional[str] = None, search_the_latest_time_stamp_from_events_list: Optional[str] = None, page_size_para_name: Optional[str] = None, page_size: Optional[int] = None, **kwargs)

Variables

paging_type
str

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

next_page_para_name
str

Defines the name of a next page attribute.

next_page_token_json_path
str

Defines the path to a next page token JSON.

page_count_attribute_path
str

Defines the path to a page count attribute.

page_total_count_attribute_path
str

Defines the path to a page total count attribute.

page_time_stamp_attribute_path
str

Defines the path to a paging time stamp attribute.

search_the_latest_time_stamp_from_events_list
str

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

page_size_para_name
str

Defines the name of the page size parameter.

page_size
int

Defines the paging size.