BlobProperties.ContentType プロパティ

定義

格納されている BLOB の content-type 値を取得または設定します。

public string ContentType { get; set; }
member this.ContentType : string with get, set
Public Property ContentType As String

プロパティ値

BLOB の content-type 値を表す文字列です。

注釈

BLOB にこのプロパティが設定されていない場合は、null が返されます。

適用対象