Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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. |