Data.Cloud.AzureAPI.TBlobPolicy.CanWriteBlob
Delphi
property CanWriteBlob: Boolean read FCanWriteBlob write FCanWriteBlob;
C++
__property bool CanWriteBlob = {read=FCanWriteBlob, write=FCanWriteBlob, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp |
Data.Cloud.AzureAPI | TBlobPolicy |
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.