Package version:

Interface ResetDocumentsOptions

Options for reset docs operation.

interface ResetDocumentsOptions {
    datasourceDocumentIds?: string[];
    documentKeys?: string[];
    overwrite?: boolean;
}

Hierarchy (view full)

Properties

datasourceDocumentIds?: string[]

datasource document identifiers to be reset

documentKeys?: string[]

document keys to be reset

overwrite?: boolean

If false, keys or ids will be appended to existing ones. If true, only the keys or ids in this payload will be queued to be re-ingested.