FileRange Class
File Range.
- Inheritance
-
builtins.objectFileRange
Constructor
FileRange(start=None, end=None)
Parameters
Name | Description |
---|---|
start
|
Default value: None
|
end
|
Default value: None
|
Variables
Name | Description |
---|---|
start
|
Byte index for start of file range. |
end
|
Byte index for end of file range. |
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