PageInfo
اطلاعات مربوط به صفحه فعلی
لیست عملیاتی که از صفحه بندی پشتیبانی می کند تنها یک "صفحه" از نتایج را برمی گرداند. این پیام بافر پروتکل صفحه ای را که بازگردانده شده است توصیف می کند.
نمایندگی JSON |
---|
{
"totalResults": integer,
"resultPerPage": integer,
"startIndex": integer
} |
فیلدها |
---|
totalResults | integer تعداد کل نتایج موجود در باطن! تعداد کل نتایج در مجموعه نتایج. |
resultPerPage | integer حداکثر تعداد نتایج برگردانده شده در یک صفحه. ! تعداد نتایج موجود در پاسخ API. |
startIndex | integer فهرست اولین نتیجه بازگشتی در صفحه فعلی. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-04 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-01-04 بهوقت ساعت هماهنگ جهانی."],[[["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"]]