BulkResponseTResponse Properties |
The BulkResponseTResponse generic type exposes the following members.
Name | Description | |
---|---|---|
Errors |
An array of descriptions for errors encountered when executing sub operations within the bulk operation.
An error element will have the same index as the corresponding request element.
Error elements may be null.
| |
Responses |
An array of responses from the bulk operation.
A response element will have the same index as the corresponding request element.
Response elements may be null.
|