BatchSetBlobTierSubRequest Class
Represents one request in batch of multiple set block blob tier requests
Organizes HttpRequest objects together for batch REST operations to a single host endpoint.
- Inheritance
-
builtins.objectBatchSetBlobTierSubRequest
Constructor
BatchSetBlobTierSubRequest(container_name, blob_name, standard_blob_tier, rehydrate_priority=None)
Parameters
Name | Description |
---|---|
container_name
Required
|
|
blob_name
Required
|
|
standard_blob_tier
Required
|
|
rehydrate_priority
|
Default value: None
|
Variables
Name | Description |
---|---|
container_name
|
Name of existing container. |
blob_name
|
Name of existing blob. |
standard_blob_tier
|
A standard blob tier value to set the blob to. For this version of the library, this is only applicable to block blobs on standard storage accounts. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python