REST Resource: stats.query.searchapplications
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: GetSearchApplicationQueryStatsResponse
किसी खोज ऐप्लिकेशन के लिए, दी गई तारीखों के बीच क्वेरी के आंकड़े पाने के लिए रिस्पॉन्स फ़ॉर्मैट.
फ़ील्ड |
stats[] |
object (SearchApplicationQueryStats )
किसी सर्च ऐप्लिकेशन के लिए, हर तारीख की क्वेरी के आंकड़े.
|
totalQueryCount |
string (int64 format)
तारीख की दी गई सीमा के लिए, पूरी हुई क्वेरी की कुल संख्या (स्टेटस कोड 200).
|
SearchApplicationQueryStats
हर तारीख के हिसाब से, ऐप्लिकेशन के लेवल पर क्वेरी के आंकड़े
JSON के काेड में दिखाना |
{
"date": {
object (Date )
},
"queryCountByStatus": [
{
object (QueryCountByStatus )
}
]
} |
फ़ील्ड |
date |
object (Date )
वह तारीख जिसके लिए क्वेरी के आंकड़े कैलकुलेट किए गए थे. अगले दिन आधी रात के आस-पास, आंकड़ों का हिसाब लगाया जाता है.
|
queryCountByStatus[] |
object (QueryCountByStatus )
|
QueryCountByStatus
JSON के काेड में दिखाना |
{
"statusCode": integer,
"count": string
} |
फ़ील्ड |
statusCode |
integer
यह एचटीटीपी स्टेटस कोड दिखाता है.
|
count |
string (int64 format)
|
तरीके |
|
खोज ऐप्लिकेशन के लिए क्वेरी के आंकड़े पाएं. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# REST Resource: stats.query.searchapplications\n\n- [Resource: GetSearchApplicationQueryStatsResponse](#GetSearchApplicationQueryStatsResponse)\n - [JSON representation](#GetSearchApplicationQueryStatsResponse.SCHEMA_REPRESENTATION)\n- [SearchApplicationQueryStats](#SearchApplicationQueryStats)\n - [JSON representation](#SearchApplicationQueryStats.SCHEMA_REPRESENTATION)\n- [QueryCountByStatus](#QueryCountByStatus)\n - [JSON representation](#QueryCountByStatus.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: GetSearchApplicationQueryStatsResponse\n------------------------------------------------\n\nResponse format for getting query stats for a search application between given dates.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"stats\": [ { object (/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications#SearchApplicationQueryStats) } ], \"totalQueryCount\": string } ``` |\n\n| Fields ||\n|-------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `stats[]` | `object (`[SearchApplicationQueryStats](/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications#SearchApplicationQueryStats)`)` Query stats per date for a search application. |\n| `totalQueryCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Total successful query count (status code 200) for the given date range. |\n\nSearchApplicationQueryStats\n---------------------------\n\nSearch application level query stats per date\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"date\": { object (/workspace/cloud-search/docs/reference/rest/v1/Date) }, \"queryCountByStatus\": [ { object (/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications#QueryCountByStatus) } ] } ``` |\n\n| Fields ||\n|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `date` | `object (`[Date](/workspace/cloud-search/docs/reference/rest/v1/Date)`)` The date for which query stats were calculated. Stats calculated on the next day close to midnight are returned. |\n| `queryCountByStatus[]` | `object (`[QueryCountByStatus](/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications#QueryCountByStatus)`)` |\n\nQueryCountByStatus\n------------------\n\n| JSON representation |\n|----------------------------------------------------|\n| ``` { \"statusCode\": integer, \"count\": string } ``` |\n\n| Fields ||\n|--------------|-------------------------------------------------------------------------------------|\n| `statusCode` | `integer` This represents the http status code. |\n| `count` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------------------|--------------------------------------------------|\n| ### [get](/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications/get) | Get the query statistics for search application. |"]]