Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BatchActionSuccessResult<T, Kind>

Package version

The state of a succeeded batched action.

Type parameters

Hierarchy

  • BatchActionState<Kind>
    • BatchActionSuccessResult

Index

Properties

Optional actionName

actionName: undefined | string

The name of the action.

completedOn

completedOn: Date

When this action was completed by the service.

Optional error

error: undefined

Discriminant to determine if that this is an error result.

kind

kind: Kind

The kind of the action results.

results

results: T[]

The list of document results.

Optional statistics

Action statistics.

Generated using TypeDoc