ODataBatchReaderState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration with all the states the batch reader can be in.
public enum ODataBatchReaderState
type ODataBatchReaderState =
Public Enum ODataBatchReaderState
- Inheritance
-
ODataBatchReaderState
Fields
Name | Value | Description |
---|---|---|
Initial | 0 | The state the batch reader is in after having been created. |
Operation | 1 | The batch reader detected an operation. |
ChangesetStart | 2 | The batch reader detected the start of a change set. |
ChangesetEnd | 3 | The batch reader completed reading a change set. |
Completed | 4 | The batch reader completed reading the batch payload. |
Exception | 5 | The batch reader encountered an error reading the batch payload. |