ODataStreamPropertyInfo 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示資源之單一資料流程屬性的相關資訊。
public sealed class ODataStreamPropertyInfo : Microsoft.OData.ODataPropertyInfo
type ODataStreamPropertyInfo = class
inherit ODataPropertyInfo
Public NotInheritable Class ODataStreamPropertyInfo
Inherits ODataPropertyInfo
- 繼承
建構函式
ODataStreamPropertyInfo() |
表示資源之單一資料流程屬性的相關資訊。 |
屬性
ContentType |
取得或設定內容媒體類型。 |
EditLink |
取得或設定媒體資源的編輯連結。 |
ETag |
取得或設定媒體資源 ETag。 |
InstanceAnnotations |
自訂執行個體註釋的集合。 (繼承來源 ODataPropertyInfo) |
Name |
取得或設定屬性名稱。 (繼承來源 ODataPropertyInfo) |
PrimitiveTypeKind |
取得或設定屬性的基本類型類型。 ODataStreamPropertyInfo 的 PrimitiveTypeKind 必須是 EdmPrimitiveTypeKind.String、EdmPrimitiveTypeKind.Binary 或 EdmPrimitiveTypeKind.None。 |
ReadLink |
取得或設定媒體資源的讀取連結。 |
TypeAnnotation |
用於儲存 的 @odata.type 批註。 (繼承來源 ODataAnnotatable) |