AcknowledgeBulkOperationErrorsResponse interface
The response from acknowledging bulk operation errors
Properties
| acknowledged | The set of operation ids that were newly acknowledged |
| not |
The set of operation ids that were not found in the completed operations store |
| skipped | The set of operation ids that were skipped because they were already acknowledged, not failed, or belong to a different scope |
Property Details
acknowledged
The set of operation ids that were newly acknowledged
acknowledged: string[]
Property Value
string[]
notFound
The set of operation ids that were not found in the completed operations store
notFound: string[]
Property Value
string[]
skipped
The set of operation ids that were skipped because they were already acknowledged, not failed, or belong to a different scope
skipped: string[]
Property Value
string[]