Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResetDocumentsOptions

Package version

Options for reset docs operation.

Hierarchy

  • any
    • ResetDocumentsOptions

Index

Properties

Optional datasourceDocumentIds

datasourceDocumentIds: string[]

datasource document identifiers to be reset

Optional documentKeys

documentKeys: string[]

document keys to be reset

Optional overwrite

overwrite: undefined | false | true

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.

Generated using TypeDoc