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

SourceResultCount

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

Per source result count information.

interface SourceResultCount {
hasMoreResults?: boolean;
resultCountEstimate?: bigint;
resultCountExact?: bigint;
source?: Source;
}

§Properties

§
hasMoreResults?: boolean
[src]

Whether there are more search results for this source.

§
resultCountEstimate?: bigint
[src]

The estimated result count for this source.

§
resultCountExact?: bigint
[src]

The exact result count for this source.

§
source?: Source
[src]

The source the result count information is associated with.