共用方式為


ContentSettings 類別

Blob 的內容設定。

繼承
azure.storage.blob._shared.models.DictMixin
ContentSettings

建構函式

ContentSettings(content_type=None, content_encoding=None, content_language=None, content_disposition=None, cache_control=None, content_md5=None, **kwargs)

參數

名稱 Description
content_type
str

為 blob 指定內容類型。 如果未指定內容類型,則預設內容類型為 application/octet-stream。

預設值: None
content_encoding
str

如果先前已為 Blob 設定content_encoding,則會儲存該值。

預設值: None
content_language
str

如果先前已為 Blob 設定content_language,則會儲存該值。

預設值: None
content_disposition
str

content_disposition傳達如何處理回應承載的其他資訊,也可以用來附加其他中繼資料。 如果先前已為 Blob 設定content_disposition,則會儲存該值。

預設值: None
cache_control
str

如果先前已為 Blob 設定cache_control,則會儲存該值。

預設值: None
content_md5

如果已為 Blob 設定content_md5,則會儲存此回應標頭,讓用戶端可以檢查訊息內容完整性。

預設值: None

方法

get
has_key
items
keys
update
values

get

get(key, default=None)

參數

名稱 Description
key
必要
default
預設值: None

has_key

has_key(k)

參數

名稱 Description
k
必要

items

items()

keys

keys()

update

update(*args, **kwargs)

values

values()