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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-04 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-04 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"]]