BlobRestoreRange Class

Blob range.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.storage._serialization.Model
BlobRestoreRange

Constructor

BlobRestoreRange(*, start_range: str, end_range: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
start_range
str

Blob start range. This is inclusive. Empty means account start. Required.

end_range
str

Blob end range. This is exclusive. Empty means account end. Required.

Variables

Name Description
start_range
str

Blob start range. This is inclusive. Empty means account start. Required.

end_range
str

Blob end range. This is exclusive. Empty means account end. Required.