Share via


MetadataSegment Class

Definition

A segment representing $metadata in a path.

public sealed class MetadataSegment : Microsoft.OData.UriParser.ODataPathSegment
type MetadataSegment = class
    inherit ODataPathSegment
Public NotInheritable Class MetadataSegment
Inherits ODataPathSegment
Inheritance
MetadataSegment

Fields

Instance

Gets the singleton instance of MetadataSegment

Properties

EdmType

Gets the IEdmType of this MetadataSegment, which is always null.

Identifier

Returns the identifier for this segment i.e. string part without the keys.

(Inherited from ODataPathSegment)

Methods

HandleWith(PathSegmentHandler)

Translate a PathSegmentHandler.

TranslateWith<T>(PathSegmentTranslator<T>)

Translate a PathSegmentTranslator<T>.

Applies to