ODataBinaryStreamValue Class

Definition

A class to represent a binary stream value

public sealed class ODataBinaryStreamValue : Microsoft.OData.ODataValue
type ODataBinaryStreamValue = class
    inherit ODataValue
Public NotInheritable Class ODataBinaryStreamValue
Inherits ODataValue
Inheritance
ODataBinaryStreamValue

Constructors

ODataBinaryStreamValue(Stream)

Constructor

Properties

Stream

The Stream wrapped by the ODataBinaryStreamValue

TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)

Applies to