Resource: GetDataSourceIndexStatsResponse
JSON representation | |
---|---|
{
"stats": [
{
object ( |
Fields | |
---|---|
stats[] |
Summary of indexed item counts, one for each day in the requested range. |
DataSourceIndexStats
Aggregation of items by status code as of the specified date.
JSON representation | |
---|---|
{ "date": { object ( |
Fields | |
---|---|
date |
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. |
itemCountByStatus[] |
Number of items aggregrated by status code. |
ItemCountByStatus
JSON representation | |
---|---|
{
"statusCode": enum ( |
Fields | |
---|---|
statusCode |
Status of the items. |
count |
Number of items matching the status code. |
Methods |
|
---|---|
|
Gets indexed item statistics for a single data source. |