FilePermissions Třída
FilePermissions Třída, která se má použít s rozhraním generate_file_shared_access_signature API.
- Dědičnost
-
builtins.objectFilePermissions
Konstruktor
FilePermissions(read=False, create=False, write=False, delete=False, _str=None)
Parametry
- read
výchozí hodnota: False
- create
výchozí hodnota: False
- write
výchozí hodnota: False
- delete
výchozí hodnota: False
- _str
výchozí hodnota: None
Proměnné
- FilePermissions.CREATE
- FilePermissions
Vytvořte nový soubor nebo zkopírujte soubor do nového souboru.
- FilePermissions.DELETE
- FilePermissions
Odstraňte soubor.
- FilePermissions.READ
- FilePermissions
Přečtěte si obsah, vlastnosti a metadata. Soubor použijte jako zdroj operace kopírování.
- FilePermissions.WRITE
- FilePermissions
Vytváření nebo zápis obsahu, vlastností a metadat. Změňte velikost souboru. Soubor použijte jako cíl operace kopírování v rámci stejného účtu.
Atributy
CREATE
CREATE = <azure.storage.file.models.FilePermissions object>
DELETE
DELETE = <azure.storage.file.models.FilePermissions object>
READ
READ = <azure.storage.file.models.FilePermissions object>
WRITE
WRITE = <azure.storage.file.models.FilePermissions object>