ODataStreamItem 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 stream value
public sealed class ODataStreamItem : Microsoft.OData.ODataItem
type ODataStreamItem = class
inherit ODataItem
Public NotInheritable Class ODataStreamItem
Inherits ODataItem
- Inheritance
Constructors
ODataStreamItem(EdmPrimitiveTypeKind, String) |
Creates an ODataStreamValue with a specified typeKind. |
ODataStreamItem(EdmPrimitiveTypeKind) |
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) |