Share via


ODataDeltaReaderState Enum

Definition

Enumeration of all possible states of an ODataDeltaReader.

public enum ODataDeltaReaderState
type ODataDeltaReaderState = 
Public Enum ODataDeltaReaderState
Inheritance
ODataDeltaReaderState

Fields

Completed 9

The reader has completed; nothing can be read anymore.

DeltaDeletedEntry 5

An delta deleted resource was read.

7

An delta deleted link was read.

6

An delta link was read.

DeltaResourceEnd 4

The end of a delta resource has been read.

DeltaResourceSetEnd 2

The end of a delta resource set has been read.

DeltaResourceSetStart 1

The start of a delta resource set has been read.

DeltaResourceStart 3

The start of a delta resource has been read.

Exception 8

The reader has thrown an exception; nothing can be read from the reader anymore.

NestedResource 10

A nested resource info was read.

Start 0

The reader is at the start; nothing has been read yet.

Applies to