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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python