Share via


ODataStreamItem Class

Definition

A class to represent a stream value

public sealed class ODataStreamItem : Microsoft.OData.ODataItem
type ODataStreamItem = class
    inherit ODataItem
Public NotInheritable Class ODataStreamItem
Inherits ODataItem
Inheritance

Constructors

ODataStreamItem(EdmPrimitiveTypeKind)

Creates an ODataStreamValue with a specified typeKind.

ODataStreamItem(EdmPrimitiveTypeKind, String)

Creates an ODataStreamValue with a specified typeKind.

Properties

ContentType

ContentType of the stream, if known.

PrimitiveTypeKind

PrimitiveTypeKind of the stream.

TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)

Applies to