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

TextDocumentStatistics

import type { TextDocumentStatistics } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Provides information about text documents indexed in an index.

interface TextDocumentStatistics {
IndexedTextBytes: number;
IndexedTextDocumentsCount: number;
}

§Properties

§
IndexedTextBytes: number
[src]

The total size, in bytes, of the indexed documents.

§
IndexedTextDocumentsCount: number
[src]

The number of text documents indexed.