File Class
File class.
Constructor
File(name=None, content=None, props=None, metadata=None)
Parameters
Name | Description |
---|---|
name
|
Default value: None
|
content
|
Default value: None
|
props
|
Default value: None
|
metadata
|
Default value: None
|
Variables
Name | Description |
---|---|
name
|
The name of the file. |
content
|
File content. |
properties
|
System properties for the file. |
metadata
|
A dict containing name-value pairs associated with the file as metadata. This var is set to None unless the include=metadata param was included for the list file operation. If this parameter was specified but the file has no metadata, metadata will be set to an empty dictionary. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python