PageBatchProfileDto

📄 Description: Data transfer object representing a collection of page profiles for batch processing, facilitating efficient management and configuration of multiple pages within a single operation.

Properties

Name

Type

Required

Restrictions

Description

totalElements

integer(int64)

false

none

Total number of items available

totalPages

integer(int32)

false

none

Total number of pages available

pageable

PageableObject

false

none

Indicates the pagination settings for retrieving a batch of profiles, facilitating efficient data management and retrieval.

numberOfElements

integer(int32)

false

none

Indicates the total count of elements within the current batch profile, providing insight into the volume of data being processed.

size

integer(int32)

false

none

Number of items per page

content

[BatchProfileDto]

false

none

An array of PageBatchProfileDto objects representing the collection of page batch profiles associated with the API request.

number

integer(int32)

false

none

Represents the sequential number assigned to the batch profile, facilitating organized management and retrieval of batch processing data.

sort

SortObject

false

none

Sort order specification

first

boolean

false

none

Whether this is the first page

last

boolean

false

none

Whether this is the last page

empty

boolean

false

none

Whether the result set is empty