Share via


ODataStreamReferenceValue Class

Definition

Represents a Stream reference.

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

Constructors

ODataStreamReferenceValue()

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.

ReadLink

Gets or sets the read link for media resource.

TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)

Applies to