Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumeration with all the states the batch reader can be in.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Enumeration ODataBatchReaderState
'Usage
Dim instance As ODataBatchReaderState
public enum ODataBatchReaderState
public enum class ODataBatchReaderState
type ODataBatchReaderState
public enum ODataBatchReaderState
Members
Member name | Description | |
---|---|---|
ChangesetEnd | The batch reader completed reading a change set. | |
ChangesetStart | The batch reader detected the start of a change set. | |
Completed | The batch reader completed reading the batch payload. | |
Exception | The batch reader encountered an error reading the batch payload. | |
Initial | The state the batch reader is in after having been created. | |
Operation | The batch reader detected an operation. |