Resource: GetDataSourceIndexStatsResponse
JSON representation |
---|
{
"stats": [
{
object ( |
Fields | |
---|---|
stats[] |
Summary of indexed item counts, one for each day in the requested range. |
averageIndexedItemCount |
Average item count for the given date range for which billing is done. |
DataSourceIndexStats
Aggregation of items by status code as of the specified date.
JSON representation |
---|
{ "date": { object ( |
Fields | |
---|---|
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. |
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. |
indexedItemsCount |
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. |
Methods |
|
---|---|
|
Gets indexed item statistics for a single data source. |