ODataSegmentKinds Class
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.
Provides the values of segment kinds for implementations of odata path template.
public static class ODataSegmentKinds
type ODataSegmentKinds = class
Public Class ODataSegmentKinds
- Inheritance
-
ODataSegmentKinds
Fields
Action |
Represents a segment indicating a bound OData action. |
Batch |
Represents the OData $batch segment. |
Cast |
Represents a segment indicating a type cast. |
Count |
Represents the OData $count segment. |
DynamicProperty |
Represents a segment indicating an dynamic property access. |
EntitySet |
Represents a segment indicating an entity set. |
Function |
Represents a segment indicating a bound OData function. |
Key |
Represents a segment indicating an index by key operation. |
Metadata |
Represents the OData $metadata segment. |
Navigation |
Represents a segment indicating a navigation. |
PathTemplate |
Represents a segment indicating a navigation link. |
Property |
Represents a segment indicating a property access. |
Ref |
Represents the OData $ref segment. |
ServiceBase |
Represents the service root segment (for OData service document). |
Singleton |
Represents a segment indicating a singleton. |
UnboundAction |
Represents a segment indicating an unbound OData action. |
UnboundFunction |
Represents a segment indicating an unbound OData function. |
Unresolved |
Represents a segment that is not understood. |
Value |
Represents the OData $value segment. |