File Class
Create new instance of File(src, dst, state, length, chunks, exception)
- Inheritance
-
builtins.tupleFile
Constructor
File(src, dst, state, length, chunks, exception)
Parameters
Name | Description |
---|---|
_cls
Required
|
|
src
Required
|
|
dst
Required
|
|
state
Required
|
|
length
Required
|
|
chunks
Required
|
|
exception
Required
|
|
Attributes
chunks
Alias for field number 4
dst
Alias for field number 1
exception
Alias for field number 5
length
Alias for field number 3
src
Alias for field number 0
state
Alias for field number 2
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