AccountCount
ফলাফল প্রতিটি অ্যাকাউন্টের জন্য গণনা.
JSON প্রতিনিধিত্ব |
---|
{
"account": {
object (UserInfo )
},
"count": string
} |
ক্ষেত্র |
---|
account | object ( UserInfo ) অ্যাকাউন্টের মালিক। |
count | string ( int64 format) এই অ্যাকাউন্টের জন্য পাওয়া ফলাফলের সংখ্যা (বার্তা বা ফাইল)। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-08 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-08 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The JSON response provides a structured representation of results count, categorized by individual accounts."],["Each entry in the response includes details about the account (using the `UserInfo` object) and the corresponding result count, formatted as a string."]]],["The content defines the JSON structure for representing account-specific results. Each entry includes an `account` object, detailed in the UserInfo schema, representing the account owner, and a `count` string, which is an integer representing the number of results associated with that account. This count signifies the total messages or files found for the specified account. The schema's structure is provided in a JSON format.\n"]]