Interface: IBatchOperationReset
Properties of a BatchOperationReset.
Implemented by
Properties
identity
• Optional
identity: null
| string
The identity of the worker/client.
options
• Optional
options: null
| IResetOptions
Describes what to reset to and how. If set, reset_type
and reset_reapply_type
are ignored.
resetReapplyType
• Optional
resetReapplyType: null
| ResetReapplyType
History event reapply options (deprecated, use options
).
resetType
• Optional
resetType: null
| ResetType
Reset type (deprecated, use options
).