Pageable class

更新时间:
复制 MD 格式

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