Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BulkOperationResult

Hierarchy

  • BulkOperationResult

Index

Properties

Optional failedItemsIds

failedItemsIds: Array<string>

The ids of the items for which the operation failed.

type

{Array}

memberof

BulkOperationResult

Optional succeededItemsIds

succeededItemsIds: Array<string>

The ids of the items for which the operation was successfull.

type

{Array}

memberof

BulkOperationResult

success

success: boolean

Flag that marks the execution as successful.

type

{boolean}

memberof

BulkOperationResult

Generated using TypeDoc