ODataBinaryStreamValue 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.
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
Constructors
ODataBinaryStreamValue(Stream) |
Constructor |
Properties
Stream |
The Stream wrapped by the ODataBinaryStreamValue |
TypeAnnotation |
The annotation for storing @odata.type. (Inherited from ODataAnnotatable) |