DeltaItemKind Enum

Definition

The Kind of the object within the DeltaPayload used to distinguish between Resource/DeletedResource/DeltaDeletedLink/AddedLink.

public enum DeltaItemKind
type DeltaItemKind = 
Public Enum DeltaItemKind
Inheritance
DeltaItemKind

Fields

DeletedResource 1

Corresponds to EdmDeltaDeletedResourceObject (Equivalent of ODataDeletedResource in ODL).

2

Corresponds to EdmDeltaDeletedLink (Equivalent of ODataDeltaDeletedLink in ODL).

3

Corresponds to EdmDeltaLink (Equivalent of ODataDeltaLink in ODL).

Resource 0

Corresponds to EdmEntityObject (Equivalent of ODataResource in ODL).

Unknown 4

Corresponds to any Unknown item added.

Applies to