EdmDeltaEntityKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Kind of the object within the DeltaPayload used to distinguish between Entry/DeletedEntry/DeltaLink/AddedLink.
public enum EdmDeltaEntityKind
type EdmDeltaEntityKind =
Public Enum EdmDeltaEntityKind
- Inheritance
-
EdmDeltaEntityKind
Fields
Name | Value | Description |
---|---|---|
Entry | 0 | Corresponds to EdmEntityObject (Equivalent of ODataEntry in ODL). |
DeletedEntry | 1 | Corresponds to EdmDeltaDeletedEntityObject (Equivalent of ODataDeltaDeletedEntry in ODL). |
DeletedLinkEntry | 2 | Corresponds to EdmDeltaDeletedLink (Equivalent of ODataDeltaDeletedLink in ODL). |
LinkEntry | 3 | Corresponds to EdmDeltaLink (Equivalent of ODataDeltaLink in ODL). |
Unknown | 4 | Corresponds to any Unknown item added. |