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

ItemCountByStatus

import type { ItemCountByStatus } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";
interface ItemCountByStatus {
count?: bigint;
indexedItemsCount?: bigint;
statusCode?:
| "CODE_UNSPECIFIED"
| "ERROR"
| "MODIFIED"
| "NEW_ITEM"
| "ACCEPTED";
}

§Properties

§
count?: bigint
[src]

Number of items matching the status code.

§
indexedItemsCount?: bigint
[src]

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.

§
statusCode?: "CODE_UNSPECIFIED" | "ERROR" | "MODIFIED" | "NEW_ITEM" | "ACCEPTED"
[src]

Status of the items.