BlobPermissions class

Definition

BlobPermissions(read=False, add=False, create=False, write=False, delete=False, _str=None)
Inheritance
builtins.object
BlobPermissions

Variables

BlobPermissions.ADD
BlobPermissions
Add a block to an append blob.
BlobPermissions.CREATE
BlobPermissions
Write a new blob, snapshot a blob, or copy a blob to a new blob.
BlobPermissions.DELETE
BlobPermissions
Delete the blob.
BlobPermissions.READ
BlobPermissions
Read the content, properties, metadata and block list. Use the blob as the source of a copy operation.
BlobPermissions.WRITE
BlobPermissions
Create or write content, properties, metadata, or block list. Snapshot or lease the blob. Resize the blob (page blob only). Use the blob as the destination of a copy operation within the same account.

Attributes

ADD

ADD = <azure.storage.blob.models.BlobPermissions object>

CREATE

CREATE = <azure.storage.blob.models.BlobPermissions object>

DELETE

DELETE = <azure.storage.blob.models.BlobPermissions object>

READ

READ = <azure.storage.blob.models.BlobPermissions object>

WRITE

WRITE = <azure.storage.blob.models.BlobPermissions object>