すべてのプロダクト
Search
ドキュメントセンター

OpenSearch:Pageable クラス

最終更新日:Jun 23, 2026

OpenSearch PHP SDK の Pageable クラスは、ページング情報を指定するためのプロパティと関数を提供します。

概要

Pageable クラスは、アプリケーションリストを取得する際にページング情報を指定します。

クラスプロパティ

$_TSPEC

public mixed $_TSPEC
  • 静的


$page

public integer $page = null

$size

public integer $size = null

$start

public integer $start = null

コンストラクター

関数定義

mixed  OpenSearch\Generated\Common\Pageable::__construct($vals)

パラメーター

パラメーター

タイプ

説明

$vals

mixed


getName

関数定義

mixed OpenSearch\Generated\Common\Pageable::getName()

情報の読み取り

関数定義

mixed OpenSearch\Generated\Common\Pageable::read($input)

パラメーター

パラメーター名

タイプ

説明

$input

mixed


情報の書き込み

関数定義

mixed OpenSearch\Generated\Common\Pageable::write($output)

パラメーター

パラメーター名

タイプ

説明

$output

mixed