BaseBulkRequest
Base type for all bulk operation requests.
Declaration
object BaseBulkRequestProperties
| Name | Type | Description |
|---|---|---|
allowPartialSuccess | boolean | If |
Discussion
The BaseBulkRequest object is the common base type extended by all typed bulk request objects (KeywordCreateBulkRequest, NegativeKeywordUpdateBulkRequest, etc.) and by BulkOperationRequest. It carries the allowPartialSuccess flag that controls batch failure behavior.
Example
{
"allowPartialSuccess": true
}See Also
BulkOperationRequestBulkItemResultBulkItemResultKeywordBulkItemResultNegativeKeywordBulkResponseKeywordCreateBulkRequestKeywordCreateBulkResponseKeywordUpdateBulkRequestKeywordUpdateBulkResponseNegativeKeywordCreateBulkRequestNegativeKeywordCreateBulkResponseNegativeKeywordUpdateBulkRequestNegativeKeywordUpdateBulkResponseBulkKeywordCreateBulkKeywordUpdate