ContentSettings 클래스
Blob의 콘텐츠 설정입니다.
- 상속
-
azure.storage.blob._shared.models.DictMixinContentSettings
생성자
ContentSettings(content_type=None, content_encoding=None, content_language=None, content_disposition=None, cache_control=None, content_md5=None, **kwargs)
매개 변수
Name | Description |
---|---|
content_type
|
Blob에 대해 지정된 콘텐츠 형식입니다. 콘텐츠 형식을 지정하지 않은 경우 기본 콘텐츠 형식은 application/octet-stream입니다. 기본값: None
|
content_encoding
|
이전에 blob에 대해 content_encoding 설정된 경우 해당 값이 저장됩니다. 기본값: None
|
content_language
|
이전에 blob에 대해 content_language 설정된 경우 해당 값이 저장됩니다. 기본값: None
|
content_disposition
|
content_disposition 응답 페이로드를 처리하는 방법에 대한 추가 정보를 전달하며 추가 메타데이터를 연결하는 데 사용할 수도 있습니다. 이전에 blob에 대해 content_disposition 설정된 경우 해당 값이 저장됩니다. 기본값: None
|
cache_control
|
이전에 blob에 대해 cache_control 설정된 경우 해당 값이 저장됩니다. 기본값: None
|
content_md5
|
blob에 대해 content_md5 설정된 경우 클라이언트가 메시지 콘텐츠 무결성을 확인할 수 있도록 이 응답 헤더가 저장됩니다. 기본값: None
|
메서드
get | |
has_key | |
items | |
keys | |
update | |
values |
get
get(key, default=None)
매개 변수
Name | Description |
---|---|
key
필수
|
|
default
|
기본값: None
|
has_key
has_key(k)
매개 변수
Name | Description |
---|---|
k
필수
|
|
items
items()
keys
keys()
update
update(*args, **kwargs)
values
values()
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python