Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DataSourceIndexStats

import type { DataSourceIndexStats } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";

Aggregation of items by status code as of the specified date.

interface DataSourceIndexStats {
date?: Date;
itemCountByStatus?: ItemCountByStatus[];
}

§Properties

§
date?: Date
[src]

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?: ItemCountByStatus[]
[src]

Number of items aggregrated by status code.