BlobRestoreRange Class
Blob range.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.storage._serialization.ModelBlobRestoreRange
Constructor
BlobRestoreRange(*, start_range: str, end_range: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
start_range
|
Blob start range. This is inclusive. Empty means account start. Required. |
end_range
|
Blob end range. This is exclusive. Empty means account end. Required. |
Variables
Name | Description |
---|---|
start_range
|
Blob start range. This is inclusive. Empty means account start. Required. |
end_range
|
Blob end range. This is exclusive. Empty means account end. Required. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python