Share via


ODataStreamPropertyInfo Class

Definition

Represents information about a single stream property of a resource.

public sealed class ODataStreamPropertyInfo : Microsoft.OData.ODataPropertyInfo
type ODataStreamPropertyInfo = class
    inherit ODataPropertyInfo
Public NotInheritable Class ODataStreamPropertyInfo
Inherits ODataPropertyInfo
Inheritance

Constructors

ODataStreamPropertyInfo()

Properties

ContentType

Gets or sets the content media type.

EditLink

Gets or sets the edit link for media resource.

ETag

Gets or sets the media resource ETag.

InstanceAnnotations

Collection of custom instance annotations.

(Inherited from ODataPropertyInfo)
Name

Gets or sets the property name.

(Inherited from ODataPropertyInfo)
PrimitiveTypeKind

Gets or sets the kind of primitive type of the property. The PrimitiveTypeKind of an ODataStreamPropertyInfo must be EdmPrimitiveTypeKind.String, EdmPrimitiveTypeKind.Binary, or EdmPrimitiveTypeKind.None.

ReadLink

Gets or sets the read link for media resource.

TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)

Applies to