PageRange Class
Page Range for page blob.
- Inheritance
-
builtins.objectPageRange
Constructor
PageRange(start=None, end=None, is_cleared=False)
Parameters
Name | Description |
---|---|
start
|
Default value: None
|
end
|
Default value: None
|
is_cleared
|
Default value: False
|
Variables
Name | Description |
---|---|
start
|
Start of page range in bytes. |
end
|
End of page range in bytes. |
is_cleared
|
Indicates if a page range is cleared or not. Only applicable for get_page_range_diff API. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python