REST Resource: stats.index.datasources
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: GetDataSourceIndexStatsResponse
JSON প্রতিনিধিত্ব |
---|
{
"stats": [
{
object (DataSourceIndexStats )
}
],
"averageIndexedItemCount": string
} |
ক্ষেত্র |
---|
stats[] | object ( DataSourceIndexStats ) সূচীকৃত আইটেমের সংখ্যার সারাংশ, অনুরোধ করা পরিসরে প্রতিটি দিনের জন্য একটি। |
averageIndexedItemCount | string ( int64 format) প্রদত্ত তারিখ ব্যাপ্তির জন্য গড় আইটেম গণনা যার জন্য বিলিং করা হয়েছে৷ |
ডেটা সোর্স ইনডেক্স পরিসংখ্যান
নির্দিষ্ট তারিখ অনুযায়ী স্থিতি কোড দ্বারা আইটেম একত্রীকরণ.
ক্ষেত্র |
---|
date | object ( Date ) যে তারিখের জন্য সূচক পরিসংখ্যান গণনা করা হয়েছিল। যদি অনুরোধের তারিখটি বর্তমান তারিখ না হয় তাহলে পরের দিনে গণনা করা পরিসংখ্যান ফেরত দেওয়া হয়। এই ক্ষেত্রে মধ্যরাতের কাছাকাছি পরিসংখ্যান গণনা করা হয়। যদি অনুরোধের তারিখ বর্তমান তারিখ হয়, তাহলে রিয়েল টাইম পরিসংখ্যান ফেরত দেওয়া হয়। |
itemCountByStatus[] | object ( ItemCountByStatus ) স্ট্যাটাস কোড দ্বারা একত্রিত আইটেম সংখ্যা. |
ItemCountByStatus
JSON প্রতিনিধিত্ব |
---|
{
"statusCode": enum (ItemStatus.Code ),
"count": string,
"indexedItemsCount": string
} |
ক্ষেত্র |
---|
statusCode | enum ( ItemStatus.Code ) আইটেম অবস্থা. |
count | string ( int64 format) স্ট্যাটাস কোডের সাথে মিলে যাওয়া আইটেমের সংখ্যা। |
indexedItemsCount | string ( int64 format) স্ট্যাটাস কোডের সাথে মেলে এমন আইটেমের সংখ্যা যার জন্য বিলিং করা হয়েছে। এটি মোট গণনা থেকে ভার্চুয়াল ধারক আইটেম বাদ দেয়। এই গণনা ERROR বা NEW_ITEM স্ট্যাটাস কোড সহ আইটেমগুলির জন্য প্রযোজ্য হবে না৷ |
পদ্ধতি |
---|
| একটি একক ডেটা উৎসের জন্য সূচীকৃত আইটেম পরিসংখ্যান পায়। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# REST Resource: stats.index.datasources\n\n- [Resource: GetDataSourceIndexStatsResponse](#GetDataSourceIndexStatsResponse)\n - [JSON representation](#GetDataSourceIndexStatsResponse.SCHEMA_REPRESENTATION)\n- [DataSourceIndexStats](#DataSourceIndexStats)\n - [JSON representation](#DataSourceIndexStats.SCHEMA_REPRESENTATION)\n- [ItemCountByStatus](#ItemCountByStatus)\n - [JSON representation](#ItemCountByStatus.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: GetDataSourceIndexStatsResponse\n-----------------------------------------\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"stats\": [ { object (/workspace/cloud-search/docs/reference/rest/v1/stats.index.datasources#DataSourceIndexStats) } ], \"averageIndexedItemCount\": string } ``` |\n\n| Fields ||\n|---------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `stats[]` | `object (`[DataSourceIndexStats](/workspace/cloud-search/docs/reference/rest/v1/stats.index.datasources#DataSourceIndexStats)`)` Summary of indexed item counts, one for each day in the requested range. |\n| `averageIndexedItemCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Average item count for the given date range for which billing is done. |\n\nDataSourceIndexStats\n--------------------\n\nAggregation of items by status code as of the specified date.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"date\": { object (/workspace/cloud-search/docs/reference/rest/v1/Date) }, \"itemCountByStatus\": [ { object (/workspace/cloud-search/docs/reference/rest/v1/stats.index.datasources#ItemCountByStatus) } ] } ``` |\n\n| Fields ||\n|-----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `date` | `object (`[Date](/workspace/cloud-search/docs/reference/rest/v1/Date)`)` The date for which index stats were calculated. If the date of request is not the current date then stats calculated on the next day are returned. Stats are calculated close to mid night in this case. If date of request is current date, then real time stats are returned. |\n| `itemCountByStatus[]` | `object (`[ItemCountByStatus](/workspace/cloud-search/docs/reference/rest/v1/stats.index.datasources#ItemCountByStatus)`)` Number of items aggregrated by status code. |\n\nItemCountByStatus\n-----------------\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"statusCode\": enum (/workspace/cloud-search/docs/reference/rest/v1/ItemStatus.Code), \"count\": string, \"indexedItemsCount\": string } ``` |\n\n| Fields ||\n|---------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `statusCode` | `enum (`[ItemStatus.Code](/workspace/cloud-search/docs/reference/rest/v1/ItemStatus.Code)`)` Status of the items. |\n| `count` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Number of items matching the status code. |\n| `indexedItemsCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Number of items matching the status code for which billing is done. This excludes virtual container items from the total count. This count would not be applicable for items with ERROR or NEW_ITEM status code. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------|--------------------------------------------------------|\n| ### [get](/workspace/cloud-search/docs/reference/rest/v1/stats.index.datasources/get) | Gets indexed item statistics for a single data source. |"]]