共用方式為


ODataStreamItem 類別

定義

表示資料流程值的類別

public sealed class ODataStreamItem : Microsoft.OData.ODataItem
type ODataStreamItem = class
    inherit ODataItem
Public NotInheritable Class ODataStreamItem
Inherits ODataItem
繼承

建構函式

ODataStreamItem(EdmPrimitiveTypeKind, String)

使用指定的 typeKind 建立 ODataStreamValue。

ODataStreamItem(EdmPrimitiveTypeKind)

使用指定的 typeKind 建立 ODataStreamValue。

屬性

ContentType

如果已知,則為數據流的 ContentType。

PrimitiveTypeKind

資料流程的 PrimitiveTypeKind。

TypeAnnotation

用於儲存 的 @odata.type 批註。

(繼承來源 ODataAnnotatable)

適用於