PageInfo
מידע על הדף הנוכחי.
פעולות ברשימות שתומכות בחלוקה לדפים מחזירות רק 'דף' אחד של תוצאות. הודעת מאגר הפרוטוקול מתארת את הדף שהוחזר.
ייצוג ב-JSON |
{
"totalResults": integer,
"resultPerPage": integer,
"startIndex": integer
} |
שדות |
totalResults |
integer
המספר הכולל של התוצאות הזמינות בקצה העורפי ! המספר הכולל של התוצאות בקבוצת התוצאות.
|
resultPerPage |
integer
המספר המקסימלי של תוצאות שמוחזרות בדף אחד. ! מספר התוצאות שכלולות בתגובה מה-API.
|
startIndex |
integer
האינדקס של התוצאה הראשונה שמוחזרת בדף הנוכחי.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-12-17 (שעון UTC).
[null,null,["עדכון אחרון: 2024-12-17 (שעון 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"]]