Data.Cloud.AzureAPI.TBlobPolicy.CanWriteBlob
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp
| |
| Unit: Data.Cloud.AzureAPI | |
| Parent: TBlobPolicy | |
Delphi
property CanWriteBlob: Boolean read FCanWriteBlob write FCanWriteBlob;
C++
__property bool CanWriteBlob = {read=FCanWriteBlob, write=FCanWriteBlob, nodefault};
Description
Determines whether this policy grants write permission (True) or not (False).
The write permission allows you to:
- Create blobs inside the container (PutAppendBlob, PutBlockBlob, PutPageBlob).
- Write properties, metadata, or block list for any blob in the container.
- Write the content of a page blob.
- Snapshot or lease any blob in the container.
- Resize any page blob in the container.
- Use any blob in the container as the destination of a copy operation within the same account.