Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IndexAction<T>

Package version

Represents an index action that operates on a document. Represents an index action that operates on a document.

Type parameters

  • T

Hierarchy

  • IndexAction

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Properties

Optional actionType

actionType: IndexActionType

The operation to perform on a document in an indexing batch. Possible values include: 'upload', 'merge', 'mergeOrUpload', 'delete'

Generated using TypeDoc