ODataStreamReferenceValue 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.
Represents a Stream reference.
public sealed class ODataStreamReferenceValue : Microsoft.OData.ODataValue
type ODataStreamReferenceValue = class
inherit ODataValue
Public NotInheritable Class ODataStreamReferenceValue
Inherits ODataValue
- Inheritance
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) |