FileSasPermissions Class
FileSasPermissions class to be used with generating shared access signature operations.
- Inheritance
-
builtins.objectFileSasPermissions
Constructor
FileSasPermissions(read=False, create=False, write=False, delete=False)
Parameters
- read
- bool
Read the content, properties, metadata. Use the file as the source of a copy operation.
- write
- bool
Create or write content, properties, metadata. Resize the file. Use the file as the destination of a copy operation within the same account.
Methods
| from_string |
Create a FileSasPermissions from a string. To specify read, create, write, or delete permissions you need only to include the first letter of the word in the string. E.g. For read and create permissions, you would provide a string "rc". |
from_string
Create a FileSasPermissions from a string.
To specify read, create, write, or delete permissions you need only to include the first letter of the word in the string. E.g. For read and create permissions, you would provide a string "rc".
from_string(permission)
Parameters
- permission
Returns
A FileSasPermissions object
Return type
Feedback
Submit and view feedback for