Share via


ODataBatchReaderState Enumeration

 

Enumerates the states the batch reader can be in.

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Syntax

public enum ODataBatchReaderState
public enum class ODataBatchReaderState
type ODataBatchReaderState
Public Enumeration 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.

See Also

Microsoft.OData.Core Namespace

Return to top