ODataPayloadKind 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.
Enumeration representing the different kinds of payloads ODatLib can write.
public enum ODataPayloadKind
type ODataPayloadKind =
Public Enum ODataPayloadKind
- Inheritance
-
ODataPayloadKind
Fields
Name | Value | Description |
---|---|---|
ResourceSet | 0 | Payload kind for a resource set. |
Resource | 1 | Payload kind for a resource. |
Property | 2 | Payload kind for a property. |
EntityReferenceLink | 3 | Payload kind for an entity reference link. |
EntityReferenceLinks | 4 | Payload kind for entity reference links. |
Value | 5 | Payload kind for a raw value. |
BinaryValue | 6 | Payload kind for a binary value. |
Collection | 7 | Payload kind for a collection. |
ServiceDocument | 8 | Payload kind for a service document. |
MetadataDocument | 9 | Payload kind for a metadata document. |
Error | 10 | Payload kind for an error. |
Batch | 11 | Payload kind for a batch. |
Parameter | 12 | Payload kind for parameters for a service action. |
IndividualProperty | 13 | Payload kind for individual property in an entity. |
Delta | 14 | Payload kind for delta. |
Asynchronous | 15 | Payload kind for async. |
Unsupported | 2147483647 | Unknown format |