BlobProperties.ContentEncoding プロパティ

定義

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

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

プロパティ値

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

注釈

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

適用対象