Data.Cloud.AzureAPI.TBlobPolicy.CanReadBlob
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp
| |
| Unit: Data.Cloud.AzureAPI | |
| Parent: TBlobPolicy | |
Delphi
property CanReadBlob: Boolean read FCanReadBlob write FCanReadBlob;
C++
__property bool CanReadBlob = {read=FCanReadBlob, write=FCanReadBlob, nodefault};
Description
Determines whether this policy grants read permission (True) or not (False).
The read permission allows you to:
- Read the content, properties, metadata, or block list of any blob in the container.
- Use any blob in the container as the source of a copy operation.