The Pageable class in the OpenSearch PHP SDK provides properties and functions for specifying paging information.
Overview
The Pageable class specifies paging information when you retrieve a list of applications.
Class properties
$_TSPEC
public mixed $_TSPEC
-
static
$page
public integer $page = null
$size
public integer $size = null
$start
public integer $start = null
Constructor
Function definition
mixed OpenSearch\Generated\Common\Pageable::__construct($vals)
Parameters
|
Parameter |
Type |
Description |
|
$vals |
mixed |
getName
Function definition
mixed OpenSearch\Generated\Common\Pageable::getName()
Read information
Function definition
mixed OpenSearch\Generated\Common\Pageable::read($input)
Parameters
|
Parameter name |
Type |
Description |
|
$input |
mixed |
Write Information
Function definition
mixed OpenSearch\Generated\Common\Pageable::write($output)
Parameters
|
Parameter name |
Type |
Description |
|
$output |
mixed |
该文章对您有帮助吗?