PageInfo
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ข้อมูลเกี่ยวกับหน้าปัจจุบัน
แสดงรายการการดำเนินการที่รองรับการแบ่งหน้าจะแสดงผลเพียง "หน้า" เดียว ผลลัพธ์ทั้งหมด รายการ ข้อความบัฟเฟอร์โปรโตคอลนี้อธิบายถึงหน้าเว็บที่ถูกส่งคืน
การแสดง JSON |
{ "totalResults": integer, "resultPerPage": integer, "startIndex": integer } |
ช่อง |
totalResults | integer จำนวนผลลัพธ์ทั้งหมดที่มีในแบ็กเอนด์ จำนวนผลลัพธ์ทั้งหมดในชุดผลลัพธ์ |
resultPerPage | integer จำนวนผลลัพธ์สูงสุดที่แสดงผลในหนึ่งหน้า ! จำนวนผลลัพธ์ที่รวมอยู่ในการตอบกลับ API |
startIndex | integer ดัชนีของผลลัพธ์แรกที่แสดงในหน้าปัจจุบัน |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-07-26 UTC"],[[["This documentation details the structure of a JSON response for paginated API results."],["The response includes the total number of results, the number of results per page, and the starting index of the current page."],["This information is used to navigate through large datasets by displaying results in manageable chunks."]]],["The document defines the structure of a page of results returned from an API. It uses a JSON representation with three fields: `totalResults` indicates the total number of results available; `resultPerPage` specifies the maximum results returned per page; and `startIndex` denotes the index of the first result on the current page. These fields allow clients to navigate through large result sets by requesting specific pages.\n"]]