BlobRestoreRange Class

Blob range.

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

Inheritance
BlobRestoreRange

Constructor

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

Variables

start_range
str

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

end_range
str

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