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

CustomerIndexStats

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

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

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

§Properties

§
date?: Date
[src]

The date for which statistics were calculated.

§
itemCountByStatus?: ItemCountByStatus[]
[src]

Number of items aggregrated by status code.