| Interface | Description |
|---|---|
| IBatchInterrupted |
Shared BatchInterrupted interface between old and new data models.
|
| IBatchStatus |
Shared BatchStatus interface between old and new data models.
|
| Class | Description |
|---|---|
| BatchId |
Entry extension for
<batch:id> tags. |
| BatchInterrupted |
Entry extension for the element
<batch:interrupted>, which marks
the batch feed as having been aborted. |
| BatchOperation |
Entry and Feed extension that defines the batch operation
to apply, defined by its type (
BatchOperationType). |
| BatchStatus |
Entry extension for the element
<batch:status>, which contains
status information returned by the server about how an entry was processed
in a batch operation. |
| BatchUtils |
Utility methods for setting up and using batch feeds and entries.
|
| Enum | Description |
|---|---|
| BatchOperationType |
Defines a batch operation (query, update, insert, delete).
|