ODataSegmentKind 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.
Segment kind.
public enum ODataSegmentKind
type ODataSegmentKind =
Public Enum ODataSegmentKind
- Inheritance
-
ODataSegmentKind
Fields
| Name | Value | Description |
|---|---|---|
| Metadata | 0 | $metadata |
| NavigationSource | 1 | Navigation source (entity set or singleton ) |
| NavigationProperty | 2 | Navigation property |
| Operation | 3 | Edm bound operation (function or action) |
| OperationImport | 4 | Edm unbound operation (function import or action import) |
| Key | 5 | Key |
| TypeCast | 6 | Type cast |
| Ref | 7 | $ref |
| StreamContent | 8 | Stream content -> $value |
| StreamProperty | 9 | Stream property |
| DollarCount | 10 | $count |
| ComplexProperty | 11 | Path Segment for a property of type complex |