Package version:

Interface BatchActionSuccessResult<T, Kind>

The state of a succeeded batched action.

Type Parameters

Hierarchy

Properties

actionName?: string

The name of the action.

completedOn: Date

When this action was completed by the service.

error?: undefined

Discriminant to determine if that this is an error result.

kind: Kind

The kind of the action results.

results: Object

The list of document results.

Action statistics.

Generated using TypeDoc